Skip to content

Commit da4abec

Browse files
ianhiclaude
andauthored
Release v2.0.0-alpha.4 (#1882)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 47e1dec commit da4abec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

icechunk-python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "icechunk-python"
3-
version = "2.0.0-alpha.3"
3+
version = "2.0.0-alpha.4"
44
description = "Transactional storage engine for Zarr designed for use on cloud object storage"
55
readme = "../README.md"
66
repository = "https://github.com/earth-mover/icechunk"
@@ -21,7 +21,7 @@ crate-type = ["cdylib"]
2121
[dependencies]
2222
chrono = { version = "0.4.44" }
2323
futures = "0.3.32"
24-
icechunk = { path = "../icechunk", version = "2.0.0-alpha.3", features = ["logs"] }
24+
icechunk = { path = "../icechunk", version = "2.0.0-alpha.4", features = ["logs"] }
2525
itertools = "0.14.0"
2626
pyo3 = { version = "0.27.2", features = [
2727
"chrono",

icechunk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "icechunk"
3-
version = "2.0.0-alpha.3"
3+
version = "2.0.0-alpha.4"
44
description = "Transactional storage engine for Zarr designed for use on cloud object storage"
55
readme = "../README.md"
66
repository = "https://github.com/earth-mover/icechunk"

0 commit comments

Comments
 (0)