From 80a8ae8f356c0b942cfe55353da37093848eb9ae Mon Sep 17 00:00:00 2001 From: Lachlan Deakin Date: Fri, 15 Nov 2024 17:30:07 +1100 Subject: [PATCH] Prepare 0.6.0-beta.1 release --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a8f53..1fcfd9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0-beta.1] - 2024-11-15 + ### Added - Add `zarrs_validate` to check that arrays are equivalent - Add `--write-shape` argument to `zarrs_reencode` @@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Breaking**: Rename `concurrent-blocks` argument to `concurrent-chunks` - **Breaking**: Removed `validate` argument - **Breaking**: Removed `concat-dim` argument. Concatenation is now only supported along the first (slowest varying) dimension - - This tool is intended to be replaced by chunk manifests when the specification and `virtualizarr` matures + - This tool is intended to be replaced by `icechunk` / `virtualizarr` when they mature - Move benchmark scripts and measurements to https://github.com/LDeakin/zarr_benchmarks - Bump `zarrs_opendal` to 0.4.0 (`opendal` 0.50) @@ -185,6 +187,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial public release [unreleased]: https://github.com/LDeakin/zarrs_tools/compare/v0.5.5...HEAD +[0.6.0-beta.1]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.6.0-beta.1 [0.5.5]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.5.5 [0.5.4]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.5.4 [0.5.3]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.5.3 diff --git a/Cargo.toml b/Cargo.toml index 2530927..5b05fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zarrs_tools" -version = "0.6.0-beta.0" +version = "0.6.0-beta.1" authors = ["Lachlan Deakin "] edition = "2021" rust-version = "1.80"