Skip to content

Commit

Permalink
Prepare 0.19.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Jan 18, 2025
1 parent acf55bb commit 9971787
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion 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.19.1] - 2025-01-19

### Added
- Document that elements in `ArrayBytes` must be in C-contiguous order

Expand Down Expand Up @@ -1228,7 +1230,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.0...HEAD
[unreleased]: https://github.com/LDeakin/zarrs/compare/zarrs-v0.19.1...HEAD
[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
[0.18.2]: https://github.com/LDeakin/zarrs/releases/tag/zarrs-v0.18.2
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.0
date-released: 2025-01-10
version: 0.19.1
date-released: 2025-01-19
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
2 changes: 1 addition & 1 deletion zarrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zarrs"
version = "0.19.0"
version = "0.19.1"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.82"
Expand Down

0 comments on commit 9971787

Please sign in to comment.