Skip to content

Commit 22ea714

Browse files
authored
chore: prepare v0.0.6 release (#51) (#51)
Bump version to 0.0.6, update changelog with S3/ObjectStore write support and DataFusion 50→51, Arrow/Parquet 56→57 upgrade.
1 parent 62385bd commit 22ea714

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.6] - 2026-02-13
9+
10+
### Added
11+
- S3/ObjectStore write support for DuckLake catalogs
12+
13+
### Changed
14+
- Upgraded DataFusion 50→51, Arrow/Parquet 56→57
15+
816
## [0.0.5] - 2026-02-04
917

1018
### Added
@@ -58,6 +66,7 @@ Initial release.
5866
- Filter pushdown to Parquet
5967
- Query-scoped snapshot isolation
6068

69+
[0.0.6]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.0.5...v0.0.6
6170
[0.0.5]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.0.4...v0.0.5
6271
[0.0.4]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.0.3...v0.0.4
6372
[0.0.3]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.0.2...v0.0.3

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "benchmark"]
33

44
[package]
55
name = "datafusion-ducklake"
6-
version = "0.0.5"
6+
version = "0.0.6"
77
edition = "2024"
88
authors = ["zac@hotdata.dev", "shefeek@hotdata.dev", "anoop@hotdata.dev"]
99
description = "DuckLake query engine for rust, built with datafusion."

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ This project is under active development. The roadmap below reflects major areas
5555
### Write Support
5656

5757
- ~~Initial write support for DuckLake tables~~ (Done in v0.0.5)
58+
- ~~S3/ObjectStore write support~~ (Done in v0.0.6)
5859
- UPDATE and DELETE operations
5960

6061
### Time Travel & Versioning

0 commit comments

Comments
 (0)