diff --git a/Cargo.lock b/Cargo.lock index 9ae3fbb7..dbb1e4fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2067,7 +2067,7 @@ dependencies = [ [[package]] name = "iceberg-catalog" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "async-nats", @@ -2116,7 +2116,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-bin" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "async-nats", @@ -2132,7 +2132,7 @@ dependencies = [ [[package]] name = "iceberg-ext" -version = "0.2.0" +version = "0.2.1" dependencies = [ "axum", "chrono", diff --git a/crates/iceberg-catalog-bin/CHANGELOG.md b/crates/iceberg-catalog-bin/CHANGELOG.md index 4a7f2ab7..013472cb 100644 --- a/crates/iceberg-catalog-bin/CHANGELOG.md +++ b/crates/iceberg-catalog-bin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/hansetag/iceberg-catalog/compare/v0.2.0...v0.2.1) (2024-07-29) + + +### Miscellaneous Chores + +* release 0.2.1 ([587ea12](https://github.com/hansetag/iceberg-catalog/commit/587ea129780c21a3cd0fa8dd371b6901dede4c20)) + ## [0.2.0](https://github.com/hansetag/iceberg-catalog/compare/v0.1.0...v0.2.0) (2024-07-26) diff --git a/crates/iceberg-catalog-bin/Cargo.toml b/crates/iceberg-catalog-bin/Cargo.toml index 23d894fd..6bc19da7 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.2.0" +version = "0.2.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 8374b410..6de7edca 100644 --- a/crates/iceberg-catalog/CHANGELOG.md +++ b/crates/iceberg-catalog/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.2.1](https://github.com/hansetag/iceberg-catalog/compare/v0.2.0...v0.2.1) (2024-07-29) + + +### Features + +* **db:** Add Encryption Secret for postgres SecretStore to README & warn on startup ([#217](https://github.com/hansetag/iceberg-catalog/issues/217)) ([933409d](https://github.com/hansetag/iceberg-catalog/commit/933409da47aefb7b1fb9668386da35adab43477e)) +* **secrets:** Secret Backend configuration is now case insensitive ([#215](https://github.com/hansetag/iceberg-catalog/issues/215)) ([99b19ab](https://github.com/hansetag/iceberg-catalog/commit/99b19ab3072fc4d9e2648a81cbca7b87b3b193b0)) + + +### Bug Fixes + +* **examples:** Fix `ICEBERG_REST__BASE_URI` ([33f213b](https://github.com/hansetag/iceberg-catalog/commit/33f213bf2592c958ac299a89ddae1a72e3446ed6)) +* **s3signing:** Add S3 remote signing "content-md5" for pyiceberg compatability ([33f213b](https://github.com/hansetag/iceberg-catalog/commit/33f213bf2592c958ac299a89ddae1a72e3446ed6)) + + +### Miscellaneous Chores + +* release 0.2.1 ([587ea12](https://github.com/hansetag/iceberg-catalog/commit/587ea129780c21a3cd0fa8dd371b6901dede4c20)) + ## [0.2.0](https://github.com/hansetag/iceberg-catalog/compare/v0.1.0...v0.2.0) (2024-07-26) diff --git a/crates/iceberg-catalog/Cargo.toml b/crates/iceberg-catalog/Cargo.toml index ffb54b37..07cdae50 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.2.0" +version = "0.2.1" edition = { workspace = true } homepage = { workspace = true } repository = { workspace = true } diff --git a/crates/iceberg-ext/CHANGELOG.md b/crates/iceberg-ext/CHANGELOG.md index 175b83d6..9205abe8 100644 --- a/crates/iceberg-ext/CHANGELOG.md +++ b/crates/iceberg-ext/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/hansetag/iceberg-catalog/compare/v0.2.0...v0.2.1) (2024-07-29) + + +### Miscellaneous Chores + +* release 0.2.1 ([587ea12](https://github.com/hansetag/iceberg-catalog/commit/587ea129780c21a3cd0fa8dd371b6901dede4c20)) + ## [0.2.0](https://github.com/hansetag/iceberg-catalog/compare/v0.1.0...v0.2.0) (2024-07-26) diff --git a/crates/iceberg-ext/Cargo.toml b/crates/iceberg-ext/Cargo.toml index 9f4106d5..c1c5ab1f 100644 --- a/crates/iceberg-ext/Cargo.toml +++ b/crates/iceberg-ext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iceberg-ext" -version = "0.2.0" +version = "0.2.1" edition = { workspace = true } homepage = { workspace = true } rust-version = { workspace = true } diff --git a/release-please/.release-please-manifest.json b/release-please/.release-please-manifest.json index f2cc0864..7a6a93f1 100644 --- a/release-please/.release-please-manifest.json +++ b/release-please/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/iceberg-catalog": "0.2.0", - "crates/iceberg-catalog-bin": "0.2.0", - "crates/iceberg-ext": "0.2.0" + "crates/iceberg-catalog": "0.2.1", + "crates/iceberg-catalog-bin": "0.2.1", + "crates/iceberg-ext": "0.2.1" } \ No newline at end of file