Skip to content

Commit e488f45

Browse files
authored
Bump iceberg-rust version to 0.5.0 (#1345)
## Which issue does this PR close? - Closes #1325. ## What changes are included in this PR? Bump library version to `0.5.0` ## Are these changes tested?
1 parent 50de31a commit e488f45

File tree

12 files changed

+429
-2711
lines changed

12 files changed

+429
-2711
lines changed

.typos.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717

1818
[files]
19-
extend-exclude = ["**/testdata"]
19+
extend-exclude = ["**/testdata", "CHANGELOG.md"]

CHANGELOG.md

Lines changed: 409 additions & 0 deletions
Large diffs are not rendered by default.

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resolver = "2"
3131
[workspace.package]
3232
edition = "2024"
3333
homepage = "https://rust.iceberg.apache.org/"
34-
version = "0.4.0"
34+
version = "0.5.0"
3535

3636
license = "Apache-2.0"
3737
repository = "https://github.com/apache/iceberg-rust"
@@ -73,10 +73,10 @@ fs-err = "3.1.0"
7373
futures = "0.3"
7474
hive_metastore = "0.1"
7575
http = "1.2"
76-
iceberg = { version = "0.4.0", path = "./crates/iceberg" }
77-
iceberg-catalog-memory = { version = "0.4.0", path = "./crates/catalog/memory" }
78-
iceberg-catalog-rest = { version = "0.4.0", path = "./crates/catalog/rest" }
79-
iceberg-datafusion = { version = "0.4.0", path = "./crates/integrations/datafusion" }
76+
iceberg = { version = "0.5.0", path = "./crates/iceberg" }
77+
iceberg-catalog-memory = { version = "0.5.0", path = "./crates/catalog/memory" }
78+
iceberg-catalog-rest = { version = "0.5.0", path = "./crates/catalog/rest" }
79+
iceberg-datafusion = { version = "0.5.0", path = "./crates/integrations/datafusion" }
8080
indicatif = "0.17"
8181
itertools = "0.13"
8282
linkedbytes = "0.1.8"

0 commit comments

Comments
 (0)