Skip to content

Commit

Permalink
chore: release main (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-thiel authored Jul 29, 2024
1 parent 587ea12 commit c537257
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions crates/iceberg-catalog-bin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion crates/iceberg-catalog-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
19 changes: 19 additions & 0 deletions crates/iceberg-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion crates/iceberg-catalog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
7 changes: 7 additions & 0 deletions crates/iceberg-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion crates/iceberg-ext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
6 changes: 3 additions & 3 deletions release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit c537257

Please sign in to comment.