From d45cff7ffa95b8eda7d74a6328c5eed49754698a Mon Sep 17 00:00:00 2001 From: Lachlan Deakin Date: Mon, 30 Dec 2024 10:22:39 +1100 Subject: [PATCH] Prepare 0.18.3 release --- CHANGELOG.md | 5 ++++- CITATION.cff | 4 ++-- zarrs/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec053b5..c69a08d8 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.18.3] - 2024-12-30 + ### Added - impl `From` for `NodePath` ([#112] by [@niklasmueboe]) - Add `Group::child[_{group,array}]_paths` ([#112] by [@niklasmueboe]) @@ -1170,7 +1172,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/zarrs-v0.18.2...HEAD +[unreleased]: https://github.com/LDeakin/zarrs/compare/zarrs-v0.18.3...HEAD +[0.18.3]: https://github.com/LDeakin/zarrs/releases/tag/zarrs-v0.18.3 [0.18.2]: https://github.com/LDeakin/zarrs/releases/tag/zarrs-v0.18.2 [0.18.1]: https://github.com/LDeakin/zarrs/releases/tag/zarrs-v0.18.1 [0.18.0]: https://github.com/LDeakin/zarrs/releases/tag/zarrs-v0.18.0 diff --git a/CITATION.cff b/CITATION.cff index a55cf73a..c5b168cb 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,8 +1,8 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." title: "zarrs" -version: 0.18.2 -date-released: 2024-12-25 +version: 0.18.3 +date-released: 2024-12-30 repository-code: "https://github.com/LDeakin/zarrs" url: "https://zarrs.dev" abstract: "zarrs is a Rust library for the Zarr storage format for multidimensional arrays and metadata." diff --git a/zarrs/Cargo.toml b/zarrs/Cargo.toml index ceeb245e..6bbd26a5 100644 --- a/zarrs/Cargo.toml +++ b/zarrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zarrs" -version = "0.18.2" +version = "0.18.3" authors = ["Lachlan Deakin "] edition = "2021" rust-version = "1.77"