Skip to content

Commit

Permalink
zarrs_metadata: prepare 0.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Feb 5, 2025
1 parent 623b918 commit 9371e15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion zarrs_metadata/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.3.3] - 2025-02-06

### Fixed
- Permit string compression levels in `zstd` codec metadata (for `zarr-python` compatibility)
- Use `bytes` codec with native endianness if unset for a Zarr V2 array
Expand Down Expand Up @@ -76,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release
- Split from the `metadata` module of `zarrs` 0.17.0-dev

[unreleased]: https://github.com/LDeakin/zarrs/compare/zarrs_metadata-v0.3.2...HEAD
[unreleased]: https://github.com/LDeakin/zarrs/compare/zarrs_metadata-v0.3.3...HEAD
[0.3.3]: https://github.com/LDeakin/zarrs/releases/tag/zarrs_metadata-v0.3.3
[0.3.2]: https://github.com/LDeakin/zarrs/releases/tag/zarrs_metadata-v0.3.2
[0.3.1]: https://github.com/LDeakin/zarrs/releases/tag/zarrs_metadata-v0.3.1
[0.3.0]: https://github.com/LDeakin/zarrs/releases/tag/zarrs_metadata-v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion zarrs_metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zarrs_metadata"
version = "0.3.2"
version = "0.3.3"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.77"
Expand Down

0 comments on commit 9371e15

Please sign in to comment.