Skip to content

Commit afaafb1

Browse files
authored
Release prep (#722)
1 parent f06f1ee commit afaafb1

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Python Icechunk Library 0.1.3
4+
5+
### Features
6+
7+
- Repositories can now evaluate the `diff` between two snapshots.
8+
- Sessions can show the current `status` of the working copy.
9+
- Adds the ability to specify bearer tokens for authenticating with Google Cloud Storage.
10+
11+
### Fixes
12+
13+
- Dont write `dimension_names` to the zarr metadata if no dimension names are set. Previously, `null` was written.
14+
315
## Python Icechunk Library 0.1.2
416

517
### 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 = "0.1.2"
3+
version = "0.1.3"
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.9.0"
2222
chrono = { version = "0.4.39" }
2323
futures = "0.3.31"
24-
icechunk = { path = "../icechunk", version = "0.1.2", features = ["logs"] }
24+
icechunk = { path = "../icechunk", version = "0.1.3", features = ["logs"] }
2525
itertools = "0.14.0"
2626
pyo3 = { version = "0.23", 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.1.2"
3+
version = "0.1.3"
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)