Skip to content

Commit a251cd2

Browse files
authored
Release/2.0.3 (#2082)
1 parent 7b245f9 commit a251cd2

12 files changed

Lines changed: 30 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ readme = "README.md"
2020

2121
[workspace.dependencies]
2222
# Internal crates
23-
icechunk = { path = "icechunk", version = "2.0.2" }
24-
icechunk-arrow-object-store = { path = "icechunk-arrow-object-store", version = "2.0.2", default-features = false }
25-
icechunk-format = { path = "icechunk-format", version = "2.0.2" }
26-
icechunk-macros = { path = "icechunk-macros", version = "2.0.2" }
27-
icechunk-s3 = { path = "icechunk-s3", version = "2.0.2" }
28-
icechunk-storage = { path = "icechunk-storage", version = "2.0.2" }
29-
icechunk-types = { path = "icechunk-types", version = "2.0.2" }
23+
icechunk = { path = "icechunk", version = "2.0.3" }
24+
icechunk-arrow-object-store = { path = "icechunk-arrow-object-store", version = "2.0.3", default-features = false }
25+
icechunk-format = { path = "icechunk-format", version = "2.0.3" }
26+
icechunk-macros = { path = "icechunk-macros", version = "2.0.3" }
27+
icechunk-s3 = { path = "icechunk-s3", version = "2.0.3" }
28+
icechunk-storage = { path = "icechunk-storage", version = "2.0.3" }
29+
icechunk-types = { path = "icechunk-types", version = "2.0.3" }
3030

3131
# External dependencies
3232
anyhow = "1.0.102"

Changelog.python.md

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

3+
## Python Icechunk Library 2.0.3
4+
5+
### Fixes
6+
7+
- Fix an issue where temporary configuration used during migration was persisted to the migrated repo
8+
39
## Python Icechunk Library 2.0.2
410

511
### Features

icechunk-arrow-object-store/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-arrow-object-store"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "Apache Arrow object_store storage backend for icechunk"
55
readme = "../README.md"
66
repository = "https://github.com/earth-mover/icechunk"

icechunk-format/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-format"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "Binary format types and serialization for the Icechunk storage engine"
55
readme = "../README.md"
66
repository = "https://github.com/earth-mover/icechunk"

icechunk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@earthmover/icechunk",
3-
"version": "2.0.1",
3+
"version": "2.0.3",
44
"description": "JavaScript/TypeScript bindings for Icechunk",
55
"main": "index.js",
66
"repository": {

icechunk-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "icechunk-macros"
33
description = "Support and helper macros for the Icechunk library"
4-
version = "2.0.2"
4+
version = "2.0.3"
55
readme = "../README.md"
66
repository = "https://github.com/earth-mover/icechunk"
77
homepage = "https://icechunk.io"

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 = "2.0.2"
3+
version = "2.0.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"

icechunk-s3/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-s3"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "Native AWS S3 storage backend for icechunk"
55
readme = "../README.md"
66
repository = "https://github.com/earth-mover/icechunk"

icechunk-storage/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-storage"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "Storage trait and shared types for icechunk"
55
readme = "../README.md"
66
repository = "https://github.com/earth-mover/icechunk"

0 commit comments

Comments
 (0)