Skip to content

Commit d4c4bd4

Browse files
authored
Bump to version 0.8.0 (#1938)
## Which issue does this PR close? - Part of #1850 ## What changes are included in this PR? ## Are these changes tested? --- **Parts of this PR were drafted with assistance from Codex (with `gpt-5.2`) and fully reviewed and edited by me. I take full responsibility for all changes.**
1 parent 6bda658 commit d4c4bd4

File tree

21 files changed

+4024
-3814
lines changed

21 files changed

+4024
-3814
lines changed

CHANGELOG.md

Lines changed: 144 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: 8 additions & 8 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.7.0"
34+
version = "0.8.0"
3535

3636
license = "Apache-2.0"
3737
repository = "https://github.com/apache/iceberg-rust"
@@ -78,13 +78,13 @@ futures = "0.3"
7878
hive_metastore = "0.2.0"
7979
home = "=0.5.11"
8080
http = "1.2"
81-
iceberg = { version = "0.7.0", path = "./crates/iceberg" }
82-
iceberg-catalog-glue = { version = "0.7.0", path = "./crates/catalog/glue" }
83-
iceberg-catalog-hms = { version = "0.7.0", path = "./crates/catalog/hms" }
84-
iceberg-catalog-rest = { version = "0.7.0", path = "./crates/catalog/rest" }
85-
iceberg-catalog-s3tables = { version = "0.7.0", path = "./crates/catalog/s3tables" }
86-
iceberg-catalog-sql = { version = "0.7.0", path = "./crates/catalog/sql" }
87-
iceberg-datafusion = { version = "0.7.0", path = "./crates/integrations/datafusion" }
81+
iceberg = { version = "0.8.0", path = "./crates/iceberg" }
82+
iceberg-catalog-glue = { version = "0.8.0", path = "./crates/catalog/glue" }
83+
iceberg-catalog-hms = { version = "0.8.0", path = "./crates/catalog/hms" }
84+
iceberg-catalog-rest = { version = "0.8.0", path = "./crates/catalog/rest" }
85+
iceberg-catalog-s3tables = { version = "0.8.0", path = "./crates/catalog/s3tables" }
86+
iceberg-catalog-sql = { version = "0.8.0", path = "./crates/catalog/sql" }
87+
iceberg-datafusion = { version = "0.8.0", path = "./crates/integrations/datafusion" }
8888
indicatif = "0.18"
8989
itertools = "0.13"
9090
libtest-mimic = "0.8.1"

0 commit comments

Comments
 (0)