diff --git a/Cargo.lock b/Cargo.lock index cb0c453c..eb6b3c40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2802,7 +2802,7 @@ dependencies = [ [[package]] name = "iceberg-catalog" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "async-nats", @@ -2864,7 +2864,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-bin" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "async-nats", diff --git a/crates/iceberg-catalog-bin/CHANGELOG.md b/crates/iceberg-catalog-bin/CHANGELOG.md index 3cd0ca23..e1ab03aa 100644 --- a/crates/iceberg-catalog-bin/CHANGELOG.md +++ b/crates/iceberg-catalog-bin/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog + + ## [0.3.0](https://github.com/hansetag/iceberg-catalog/compare/v0.2.1...v0.3.0) (2024-08-26) diff --git a/crates/iceberg-catalog-bin/Cargo.toml b/crates/iceberg-catalog-bin/Cargo.toml index 067696c0..e28b8115 100644 --- a/crates/iceberg-catalog-bin/Cargo.toml +++ b/crates/iceberg-catalog-bin/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "iceberg-catalog-bin" resolver = "2" -version = "0.3.0" +version = "0.3.1" edition = { workspace = true } homepage = { workspace = true } repository = { workspace = true } diff --git a/crates/iceberg-catalog/CHANGELOG.md b/crates/iceberg-catalog/CHANGELOG.md index cc053042..0b1e0e9f 100644 --- a/crates/iceberg-catalog/CHANGELOG.md +++ b/crates/iceberg-catalog/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.0](https://github.com/hansetag/iceberg-catalog/compare/v0.3.0...v0.4.0) (2024-09-03) + + +### Features + +* list soft deletions ([#302](https://github.com/hansetag/iceberg-catalog/issues/302)) ([0a01eaf](https://github.com/hansetag/iceberg-catalog/commit/0a01eaf87f32e7f393f0d8f0d104594171dccfce)) +* **tabular:** soft-delete & drop purge ([#287](https://github.com/hansetag/iceberg-catalog/issues/287)) ([475db44](https://github.com/hansetag/iceberg-catalog/commit/475db4438f3bb7f1246fb846d04843d4afe3782a)) + + +### Bug Fixes + +* make conditional compilation of tests depend on var content ([#311](https://github.com/hansetag/iceberg-catalog/issues/311)) ([79036db](https://github.com/hansetag/iceberg-catalog/commit/79036dba4739cc3a65d2fe706278ac81f64bc5f2)) + ## [0.3.0](https://github.com/hansetag/iceberg-catalog/compare/v0.2.1...v0.3.0) (2024-08-26) diff --git a/crates/iceberg-catalog/Cargo.toml b/crates/iceberg-catalog/Cargo.toml index 152491d3..4e9598fc 100644 --- a/crates/iceberg-catalog/Cargo.toml +++ b/crates/iceberg-catalog/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "iceberg-catalog" resolver = "2" -version = "0.3.0" +version = "0.4.0" edition = { workspace = true } homepage = { workspace = true } repository = { workspace = true } diff --git a/release-please/.release-please-manifest.json b/release-please/.release-please-manifest.json index 37b46cc9..9e27f121 100644 --- a/release-please/.release-please-manifest.json +++ b/release-please/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/iceberg-catalog": "0.3.0", - "crates/iceberg-catalog-bin": "0.3.0", + "crates/iceberg-catalog": "0.4.0", + "crates/iceberg-catalog-bin": "0.3.1", "crates/iceberg-ext": "0.3.0" } \ No newline at end of file