Skip to content

Commit

Permalink
Prepare 0.18.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Dec 29, 2024
1 parent 3f488f5 commit d45cff7
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.18.3] - 2024-12-30

### Added
- impl `From<Node>` for `NodePath` ([#112] by [@niklasmueboe])
- Add `Group::child[_{group,array}]_paths` ([#112] by [@niklasmueboe])
Expand Down Expand Up @@ -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
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.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."
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.18.2"
version = "0.18.3"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.77"
Expand Down

0 comments on commit d45cff7

Please sign in to comment.