Skip to content

Commit

Permalink
Prepare 0.18.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Dec 25, 2024
1 parent 3c6e041 commit 4154697
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.2] - 2024-12-25

### Added
- [#104](https://github.com/LDeakin/zarrs/pull/104) functions to get children of Group by [@niklasmueboe]
- adds `Group::[async_]children`, `Group::[async_]child_groups`, `Group::[async_]child_arrays`
Expand Down Expand Up @@ -1160,7 +1162,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.1...HEAD
[unreleased]: https://github.com/LDeakin/zarrs/compare/zarrs-v0.18.2...HEAD
[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
[0.18.0-beta.0]: https://github.com/LDeakin/zarrs/releases/tag/zarrs-v0.18.0-beta.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.1
date-released: 2024-12-17
version: 0.18.2
date-released: 2024-12-25
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.1"
version = "0.18.2"
authors = ["Lachlan Deakin <[email protected]>"]
edition = "2021"
rust-version = "1.77"
Expand Down

0 comments on commit 4154697

Please sign in to comment.