Skip to content

Commit

Permalink
Prepare 0.18.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Dec 16, 2024
1 parent a294a4a commit 15358ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.18.1] - 2024-12-17

### Changed
- Bump `zfp-sys` to 0.3.0
- Bump `bzip2` to 0.5.0
- Minor readme/ecosystem updates

### Fixed
- Fix `unsafe_op_in_unsafe_fn` in lint
- Clarify that zstd is draft and gdeflate are experimental in their docs
- Fix `unsafe_op_in_unsafe_fn` lint
- Clarify that the `zstd` codec is draft in docs
- Clarify that the `gdeflate` codec is experimental in docs

## [0.18.0] - 2024-11-23

Expand Down Expand Up @@ -1149,7 +1152,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.0...HEAD
[unreleased]: https://github.com/LDeakin/zarrs/compare/zarrs-v0.18.1...HEAD
[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
[0.17.1]: https://github.com/LDeakin/zarrs/releases/tag/zarrs-v0.17.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.0
date-released: 2024-11-23
version: 0.18.1
date-released: 2024-12-17
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 15358ee

Please sign in to comment.