Skip to content

Commit ecddd75

Browse files
authored
chore: prepare changelog for v0.5.1 (#143)
1 parent a0f4244 commit ecddd75

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
66

77
## [Unreleased]
88

9+
## [0.5.1] - 2026-02-10
10+
11+
### Added
12+
13+
- Added automation to detect new Lance releases and trigger dependency bump PRs (`ci/check_lance_release.py` and `lance-release-timer` workflow).
14+
15+
### Changed
16+
17+
- Upgraded Lance Rust dependencies to stable `v2.0.0` and aligned Cargo resolution to crates.io stable releases only.
18+
- Updated release automation to track stable tags only.
19+
20+
### Fixed
21+
22+
- Fixed Lance `ATTACH` table discovery after `SHOW TABLES` when recreating datasets with the same table name.
23+
- Fixed C++ move-return build errors in scan/storage paths.
24+
- Fixed Codex dependency bump workflow git safety handling (no force-push).
25+
926
## [0.5.0] - 2026-01-27
1027

1128
### Added

0 commit comments

Comments
 (0)