Skip to content

Commit

Permalink
Prepare 0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Dec 22, 2023
1 parent 01ccacc commit 90ab1f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 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.7.3] - 2023-12-22

### Added
- Add `From<ChunkKeyEncodingTraits>` for `ChunkKeyEncoding`
- Add chunk key encoding tests
Expand All @@ -15,10 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Revise code coverage section in `BUILD.md` to use `cargo-llvm-cov`
- Increased code coverage in some modules
- Add `--all-features` to clippy usage in `BUILD.md` and `ci.yml`
- Fixed various clippy warnings

### Fixed
- Fixed chunk key encoding for 0 dimensional arrays with `default` and `v2` encoding
- Fixed various clippy warnings

## [0.7.2] - 2023-12-17

Expand Down Expand Up @@ -324,7 +326,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial public release

[unreleased]: https://github.com/LDeakin/zarrs/compare/v0.7.2...HEAD
[unreleased]: https://github.com/LDeakin/zarrs/compare/v0.7.3...HEAD
[0.7.3]: https://github.com/LDeakin/zarrs/releases/tag/v0.7.3
[0.7.2]: https://github.com/LDeakin/zarrs/releases/tag/v0.7.2
[0.7.1]: https://github.com/LDeakin/zarrs/releases/tag/v0.7.1
[0.7.0]: https://github.com/LDeakin/zarrs/releases/tag/v0.7.0
Expand Down

0 comments on commit 90ab1f1

Please sign in to comment.