Skip to content

Commit 5a7fc0b

Browse files
authored
chore(release): prepare v0.1.1 (#96)
1 parent decba6f commit 5a7fc0b

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.1.1] - 2026-04-01
9+
10+
### Added
11+
- Support for list/array column types in DuckLake type mapping (#89)
12+
13+
### Fixed
14+
- Missing `end_snapshot IS NULL` filter in Postgres and MySQL `get_table_structure()` (#88)
15+
16+
### Changed
17+
- Updated transitive dependencies for security fixes (#94)
18+
819
## [0.1.0] - 2026-03-11
920

1021
### Changed
@@ -88,6 +99,7 @@ Initial release.
8899
- Filter pushdown to Parquet
89100
- Query-scoped snapshot isolation
90101

102+
[0.1.1]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.1.0...v0.1.1
91103
[0.1.0]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.0.7...v0.1.0
92104
[0.0.7]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.0.6...v0.0.7
93105
[0.0.6]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.0.5...v0.0.6

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.1.0"
6+
version = "0.1.1"
77
edition = "2024"
88
authors = ["zac@hotdata.dev", "shefeek@hotdata.dev", "anoop@hotdata.dev"]
99
description = "DuckLake query engine for rust, built with datafusion."

0 commit comments

Comments
 (0)