Skip to content

Commit

Permalink
chore: add 0.19.2 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Feb 13, 2025
1 parent 3ccff0f commit 4775e84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 4775e84

Please sign in to comment.