Skip to content

Commit 0a35afc

Browse files
Bump version (#1377)
* bump version metadata * reset Cargo.lock and run cargo check * changelog * correct changelog * satisfy deepak Co-authored-by: Deepak Cherian <[email protected]> --------- Co-authored-by: Deepak Cherian <[email protected]>
1 parent 32b4f5f commit 0a35afc

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-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.

Changelog.python.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
4+
## Python Icechunk Library 1.1.12
5+
6+
### Features
7+
8+
- Added `RepositoryConfig.merge` method.
9+
10+
### Fixes
11+
12+
- Virtual chunk containers now accept URLs starting with `gs://`, as well as ones starting with `gcs://`.
13+
314
## Python Icechunk Library 1.1.11
415

516
### Features

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 = "1.1.11"
3+
version = "1.1.12"
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
bytes = "1.10.1"
2222
chrono = { version = "0.4.42" }
2323
futures = "0.3.31"
24-
icechunk = { path = "../icechunk", version = "0.3.14", features = ["logs"] }
24+
icechunk = { path = "../icechunk", version = "0.3.15", features = ["logs"] }
2525
itertools = "0.14.0"
2626
pyo3 = { version = "0.27.0", 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 = "0.3.14"
3+
version = "0.3.15"
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)