Skip to content

Commit

Permalink
zarrs: Prepare 0.19.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Jan 9, 2025
1 parent 509457d commit 16db7a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.0] - 2025-01-10

### Highlights
- `zarr-python` 3.0.0 has been released today!
- The focus of this release has been in maximising compatibility with unstandardised extensions in `zarr-python` (e.g. experimental codecs, consolidated metadata, etc.)

### Added
- Add `ArrayShardedReadableExt::retrieve_encoded_inner_chunk`
- Add `ArrayShardedReadableExt::inner_chunk_byte_range`
Expand Down Expand Up @@ -1209,7 +1215,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.3...HEAD
[unreleased]: https://github.com/LDeakin/zarrs/compare/zarrs-v0.19.0...HEAD
[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
[0.18.1]: https://github.com/LDeakin/zarrs/releases/tag/zarrs-v0.18.1
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.18.3
date-released: 2024-12-30
version: 0.19.0
date-released: 2025-01-10
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-dev"
version = "0.19.0"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.82"
Expand Down

0 comments on commit 16db7a0

Please sign in to comment.