Skip to content

Commit f64ee5e

Browse files
authored
Release version 0.2.18 (#1026)
1 parent a51e79b commit f64ee5e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Changelog.python.md

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

3+
## Python Icechunk Library 0.2.18
4+
5+
### Features
6+
7+
- Implement new Zarr method: `Store.with_read_only`.
8+
9+
### Fixes
10+
11+
- Update Spec documentation to the modern on-disk format based on flatbuffers.
12+
313
## Python Icechunk Library 0.2.17
414

515
This is a feature packed released, and yet, the most important change is in the

icechunk-python/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-python"
3-
version = "0.2.17"
3+
version = "0.2.18"
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)