Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
c-thiel committed Sep 3, 2024
1 parent 2135600 commit a83b8fb
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions crates/iceberg-catalog-bin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog



## [0.3.0](https://github.com/hansetag/iceberg-catalog/compare/v0.2.1...v0.3.0) (2024-08-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.3.0"
version = "0.3.1"
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
13 changes: 13 additions & 0 deletions crates/iceberg-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.3.0"
version = "0.4.0"
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
4 changes: 2 additions & 2 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.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"
}

0 comments on commit a83b8fb

Please sign in to comment.