Skip to content

Commit

Permalink
Merge branch 'v0.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Aug 22, 2024
2 parents e7f512e + f59a18f commit 9074263
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `[async_]store_set_partial_values` no longer truncates
- this could corrupt values depending on the order of `set_partial_values` calls

## [0.16.4] - 2024-08-22

### Fixed
- Reduce maximum supported `opendal` version from 0.49 to 0.48
- This reverts a change in 0.16.3 that was not semver compatible

## [0.16.3] - 2024-08-14

*This release was yanked.*

### Changed
- Bump `derive_more` to 1.0.0
- Bump maximum supported `opendal` version from 0.48 to 0.49
Expand Down Expand Up @@ -948,7 +956,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/v0.16.3...HEAD
[unreleased]: https://github.com/LDeakin/zarrs/compare/v0.16.4...HEAD
[0.16.4]: https://github.com/LDeakin/zarrs/releases/tag/v0.16.4
[0.16.3]: https://github.com/LDeakin/zarrs/releases/tag/v0.16.3
[0.16.2]: https://github.com/LDeakin/zarrs/releases/tag/v0.16.2
[0.16.1]: https://github.com/LDeakin/zarrs/releases/tag/v0.16.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zarrs"
version = "0.16.3"
version = "0.16.4"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.75"
Expand Down

0 comments on commit 9074263

Please sign in to comment.