Skip to content

Commit

Permalink
Update versions and changelogs (#434)
Browse files Browse the repository at this point in the history
* Update versions and changelogs

* Update Changelog.rust.md

---------

Co-authored-by: Deepak Cherian <[email protected]>
  • Loading branch information
mpiannucci and dcherian authored Dec 3, 2024
1 parent dc1e17f commit 78786cc
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Changelog.python.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Python Icechunk Library 0.1.0a7

### Fixes

- Allow overwriting existing groups and arrays in Icechunk stores

## Python Icechunk Library 0.1.0a6

### Fixes
Expand Down
7 changes: 7 additions & 0 deletions Changelog.rust.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Rust Icechunk Library 0.1.0-alpha.7

### Fixes

- Allow overwriting existing groups and arrays in Icechunk stores
- Fix a bug in `list_prefix`

## Rust Icechunk Library 0.1.0-alpha.6

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions icechunk-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icechunk-python"
version = "0.1.0-alpha.6"
version = "0.1.0-alpha.7"
description = "Transactional storage engine for Zarr designed for use on cloud object storage"
readme = "../README.md"
repository = "https://github.com/earth-mover/icechunk"
Expand All @@ -21,7 +21,7 @@ crate-type = ["cdylib"]
bytes = "1.8.0"
chrono = { version = "0.4.38" }
futures = "0.3.31"
icechunk = { path = "../icechunk", version = "0.1.0-alpha.6" }
icechunk = { path = "../icechunk", version = "0.1.0-alpha.7" }
pyo3 = { version = "0.23", features = [
"chrono",
"extension-module",
Expand Down
2 changes: 1 addition & 1 deletion icechunk-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = ["zarr==3.0.0b2"]

[tool.poetry]
name = "icechunk"
version = "0.1.0-alpha.6"
version = "0.1.0-alpha.7"
description = "Icechunk Python"
authors = ["Earthmover <[email protected]>"]
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion icechunk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icechunk"
version = "0.1.0-alpha.6"
version = "0.1.0-alpha.7"
description = "Transactional storage engine for Zarr designed for use on cloud object storage"
readme = "../README.md"
repository = "https://github.com/earth-mover/icechunk"
Expand Down

0 comments on commit 78786cc

Please sign in to comment.