From 90ab1f1c057183396fcc2b47c0b6eabcf3846eb2 Mon Sep 17 00:00:00 2001 From: Lachlan Deakin Date: Fri, 22 Dec 2023 15:38:49 +1100 Subject: [PATCH] Prepare 0.7.3 release --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf80daaf..f00947fd 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.7.3] - 2023-12-22 + ### Added - Add `From` for `ChunkKeyEncoding` - Add chunk key encoding tests @@ -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 @@ -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