From 4775e844da31bc7e789545293b14532c1d6639bc Mon Sep 17 00:00:00 2001 From: Lachlan Deakin Date: Thu, 13 Feb 2025 11:02:53 +1100 Subject: [PATCH] chore: add 0.19.2 to changelog --- CHANGELOG.md | 9 ++++++++- CITATION.cff | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3875821f..111fe991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Breaking**: move the `zarrs::array::{data_type,fill_value}` modules into the `zarrs_data_type` crate - Bump `lru` to 0.13 +## [0.19.2] - 2025-02-13 + +### Changed +- Bump `zarrs_metadata` to 0.3.4 which includes a number of Zarr metadata fixes + - See the [`zarrs_metadata` CHANGELOG.md](https://github.com/LDeakin/zarrs/blob/main/zarrs_metadata/CHANGELOG.md) + ## [0.19.1] - 2025-01-19 ### Added @@ -1252,7 +1258,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.19.1...HEAD +[unreleased]: https://github.com/LDeakin/zarrs/compare/zarrs-v0.19.2...HEAD +[0.19.2]: https://github.com/LDeakin/zarrs/releases/tag/zarrs-v0.19.2 [0.19.1]: https://github.com/LDeakin/zarrs/releases/tag/zarrs-v0.19.1 [0.19.0]: https://github.com/LDeakin/zarrs/releases/tag/zarrs-v0.19.0 [0.18.3]: https://github.com/LDeakin/zarrs/releases/tag/zarrs-v0.18.3 diff --git a/CITATION.cff b/CITATION.cff index 36903046..86bd8679 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.19.1 -date-released: 2025-01-19 +version: 0.19.2 +date-released: 2025-02-13 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."