Skip to content

Commit b630b0e

Browse files
authored
chore(release): prepare v0.1.0 (#85)
1 parent 2178111 commit b630b0e

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.0] - 2026-03-11
9+
10+
### Changed
11+
- Upgraded DataFusion to 52.2, Arrow/Parquet 57
12+
13+
### Fixed
14+
- Validate catalog entity names to reject empty, control chars, and overlength
15+
- Normalize type aliases and add promotion rules for schema evolution
16+
- Validate record_count metadata to reject negative values
17+
- Reject zero-column table creation
18+
- Validate type strings in ColumnDef constructor to reject invalid types early
19+
820
## [0.0.7] - 2026-02-24
921

1022
### Fixed
@@ -76,6 +88,7 @@ Initial release.
7688
- Filter pushdown to Parquet
7789
- Query-scoped snapshot isolation
7890

91+
[0.1.0]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.0.7...v0.1.0
7992
[0.0.7]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.0.6...v0.0.7
8093
[0.0.6]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.0.5...v0.0.6
8194
[0.0.5]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.0.4...v0.0.5

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.7"
6+
version = "0.1.0"
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)