Skip to content

Commit 584d4f2

Browse files
authored
Release version 0.2.5 (#801)
1 parent 53a0d6f commit 584d4f2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/python-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
set -e
6666
python3 -m venv .venv
6767
source .venv/bin/activate
68-
pip install icechunk['test'] --find-links dist --force-reinstall --pre
68+
pip install icechunk['test'] --find-links dist --force-reinstall
6969
mypy python
7070
7171
- name: pre-commit lint

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### Python Icechunk Library 1.0.0-rc.1
3+
### Python Icechunk Library 0.2.5
44

55
This is Icechunk's first 1.0 release candidate. This release is backwards compatible with
66
repositories created using any Icechunk version in the 0.2.X series.

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.0.0-rc.1"
3+
version = "0.2.5"
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.0"
2222
chrono = { version = "0.4.40" }
2323
futures = "0.3.31"
24-
icechunk = { path = "../icechunk", version = "1.0.0-rc.1", features = ["logs"] }
24+
icechunk = { path = "../icechunk", version = "0.2.5", 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 = "1.0.0-rc.1"
3+
version = "0.2.5"
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)