Skip to content

Commit

Permalink
Prepare 0.6.0-beta.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Nov 15, 2024
1 parent 442795c commit 80a8ae8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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)

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zarrs_tools"
version = "0.6.0-beta.0"
version = "0.6.0-beta.1"
authors = ["Lachlan Deakin <[email protected]>"]
edition = "2021"
rust-version = "1.80"
Expand Down

0 comments on commit 80a8ae8

Please sign in to comment.