Skip to content

Commit 9dbdf6b

Browse files
authored
Merge branch 'main' into alexjbuck/atomic-snapshot-tag
2 parents 6a5d056 + d4c4bd4 commit 9dbdf6b

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)