Skip to content

Commit df99e1b

Browse files
authored
chore: prepare v0.0.4 release (#42)
1 parent 6973bcc commit df99e1b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.4] - 2026-01-14
9+
10+
### Added
11+
- SQLite metadata provider (`metadata-sqlite` feature flag)
12+
- Delete file CDC support in `ducklake_table_changes()` function
13+
814
## [0.0.3] - 2026-01-09
915

1016
### Added
@@ -40,6 +46,7 @@ Initial release.
4046
- Filter pushdown to Parquet
4147
- Query-scoped snapshot isolation
4248

49+
[0.0.4]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.0.3...v0.0.4
4350
[0.0.3]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.0.2...v0.0.3
4451
[0.0.2]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.0.1...v0.0.2
4552
[0.0.1]: https://github.com/hotdata-dev/datafusion-ducklake/releases/tag/v0.0.1

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-ducklake"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
edition = "2024"
55
authors = ["zac@hotdata.dev", "shefeek@hotdata.dev", "anoop@hotdata.dev"]
66
description = "DuckLake query engine for rust, built with datafusion."

0 commit comments

Comments
 (0)