Skip to content

Commit 42eae24

Browse files
committed
update version
1 parent 766532d commit 42eae24

File tree

10 files changed

+31
-31
lines changed

10 files changed

+31
-31
lines changed

Cargo.lock

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

catalogs/iceberg-file-catalog/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iceberg-file-catalog"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55

66
description = "Filesystem catalog for the unofficial Iceberg table format implementation"
@@ -12,7 +12,7 @@ repository = "https://github.com/JanKaul/iceberg-rust"
1212
[dependencies]
1313
async-trait.workspace = true
1414
futures.workspace = true
15-
iceberg-rust = { path = "../../iceberg-rust", version = "0.8.0" }
15+
iceberg-rust = { path = "../../iceberg-rust", version = "0.9.0" }
1616
object_store.workspace = true
1717
serde_json.workspace = true
1818
thiserror.workspace = true
@@ -21,7 +21,7 @@ uuid = { version = "1.13.2", features = ["v4"] }
2121

2222
[dev-dependencies]
2323
datafusion.workspace = true
24-
datafusion_iceberg = { path = "../../datafusion_iceberg", version = "0.8.0" }
24+
datafusion_iceberg = { path = "../../datafusion_iceberg", version = "0.9.0" }
2525
testcontainers = "0.23"
2626
testcontainers-modules = { version = "0.11", features = ["localstack"] }
2727
tokio = "1"

catalogs/iceberg-glue-catalog/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iceberg-glue-catalog"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55

66
description = "Glue catalog for the unofficial Iceberg table format implementation"
@@ -14,7 +14,7 @@ async-trait.workspace = true
1414
aws-config = "1.5.16"
1515
aws-sdk-glue = "1.82.0"
1616
futures.workspace = true
17-
iceberg-rust = { path = "../../iceberg-rust", version = "0.8.0" }
17+
iceberg-rust = { path = "../../iceberg-rust", version = "0.9.0" }
1818
object_store.workspace = true
1919
serde_json.workspace = true
2020
thiserror.workspace = true
@@ -23,7 +23,7 @@ uuid = { version = "1.13.2", features = ["v4"] }
2323

2424
[dev-dependencies]
2525
datafusion.workspace = true
26-
datafusion_iceberg = { path = "../../datafusion_iceberg", version = "0.8.0" }
26+
datafusion_iceberg = { path = "../../datafusion_iceberg", version = "0.9.0" }
2727
testcontainers = "0.23"
2828
testcontainers-modules = { version = "0.11", features = ["localstack"] }
2929
tokio = "1"

catalogs/iceberg-rest-catalog/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iceberg-rest-catalog"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Jan Kaul"]
55
description = "REST catalog for the unofficial Iceberg table format implementation"
66
license = "Apache-2.0"
@@ -12,7 +12,7 @@ aws-sigv4 = "0.3.1"
1212
derive_builder = { workspace = true }
1313
futures.workspace = true
1414
http = "0.2.12"
15-
iceberg-rust = { path = "../../iceberg-rust", version = "0.8.0" }
15+
iceberg-rust = { path = "../../iceberg-rust", version = "0.9.0" }
1616
object_store.workspace = true
1717
secrecy = "0.8.0"
1818
serde.workspace = true
@@ -27,7 +27,7 @@ uuid.workspace = true
2727

2828
[dev-dependencies]
2929
datafusion.workspace = true
30-
datafusion_iceberg = { path = "../../datafusion_iceberg", version = "0.8.0" }
30+
datafusion_iceberg = { path = "../../datafusion_iceberg", version = "0.9.0" }
3131
testcontainers = "0.23"
3232
testcontainers-modules = { version = "0.11", features = ["localstack"] }
3333
tokio = "1"

catalogs/iceberg-s3tables-catalog/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iceberg-s3tables-catalog"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55

66
description = "S3Tables catalog for the unofficial Iceberg table format implementation"
@@ -14,7 +14,7 @@ async-trait.workspace = true
1414
aws-config = "1.5.16"
1515
aws-sdk-s3tables = "1.10.0"
1616
futures.workspace = true
17-
iceberg-rust = { path = "../../iceberg-rust", version = "0.8.0" }
17+
iceberg-rust = { path = "../../iceberg-rust", version = "0.9.0" }
1818
object_store.workspace = true
1919
serde_json.workspace = true
2020
thiserror.workspace = true
@@ -23,7 +23,7 @@ uuid = { version = "1.13.2", features = ["v4"] }
2323

2424
[dev-dependencies]
2525
datafusion.workspace = true
26-
datafusion_iceberg = { path = "../../datafusion_iceberg", version = "0.8.0" }
26+
datafusion_iceberg = { path = "../../datafusion_iceberg", version = "0.9.0" }
2727
testcontainers = "0.23"
2828
testcontainers-modules = { version = "0.11", features = ["localstack"] }
2929
tokio = "1"

catalogs/iceberg-sql-catalog/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iceberg-sql-catalog"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55

66
description = "Sql catalog for the unofficial Iceberg table format implementation"
@@ -17,7 +17,7 @@ runtime-async-std = ["sqlx/runtime-async-std"]
1717
[dependencies]
1818
async-trait.workspace = true
1919
futures.workspace = true
20-
iceberg-rust = { path = "../../iceberg-rust", version = "0.8.0" }
20+
iceberg-rust = { path = "../../iceberg-rust", version = "0.9.0" }
2121
object_store.workspace = true
2222
serde_json.workspace = true
2323
sqlx = { version = "0.8", features = ["tls-rustls", "any", "sqlite", "postgres", "mysql"], default-features = false }
@@ -27,7 +27,7 @@ uuid = { version = "1.13.2", features = ["v4"] }
2727

2828
[dev-dependencies]
2929
datafusion.workspace = true
30-
datafusion_iceberg = { path = "../../datafusion_iceberg", version = "0.8.0" }
30+
datafusion_iceberg = { path = "../../datafusion_iceberg", version = "0.9.0" }
3131
sqlx = { version = "0.8", features = ["runtime-tokio", "tls-rustls", "any", "sqlite", "postgres", "mysql"], default-features = false }
3232
testcontainers = "0.23"
3333
testcontainers-modules = { version = "0.11", features = ["localstack", "postgres"] }

datafusion-iceberg-sql/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-iceberg-sql"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55

66
description = "Apache Iceberg integration for Datafusion"
@@ -17,4 +17,4 @@ datafusion-expr.workspace = true
1717
datafusion-functions.workspace = true
1818
datafusion-functions-aggregate.workspace = true
1919
datafusion-sql.workspace = true
20-
iceberg-rust = { path = "../iceberg-rust", version = "0.8.0" }
20+
iceberg-rust = { path = "../iceberg-rust", version = "0.9.0" }

datafusion_iceberg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion_iceberg"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55

66
description = "Datafusion integration for Iceberg table format"
@@ -17,7 +17,7 @@ datafusion = { workspace = true }
1717
datafusion-expr = { workspace = true }
1818
derive_builder = { workspace = true }
1919
futures = { workspace = true }
20-
iceberg-rust = { path = "../iceberg-rust", version = "0.8.0" }
20+
iceberg-rust = { path = "../iceberg-rust", version = "0.9.0" }
2121
itertools = { workspace = true }
2222
lru = { workspace = true }
2323
object_store = { workspace = true }

iceberg-rust-spec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iceberg-rust-spec"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55

66
license = "Apache-2.0"

iceberg-rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iceberg-rust"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55

66
description = "Unofficial rust implementation of the Iceberg table format"
@@ -19,7 +19,7 @@ derive_builder = { workspace = true }
1919
flate2 = { version = "1.1", features = ["zlib-rs"], default-features = false }
2020
futures = { workspace = true }
2121
getrandom = { workspace = true }
22-
iceberg-rust-spec = { path = "../iceberg-rust-spec", version = "0.8.0" }
22+
iceberg-rust-spec = { path = "../iceberg-rust-spec", version = "0.9.0" }
2323
itertools = { workspace = true }
2424
lazy_static = { workspace = true }
2525
lru = { workspace = true }

0 commit comments

Comments
 (0)