Skip to content

Commit

Permalink
zarrs_zip: prepare 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Nov 15, 2024
1 parent b6375bf commit 8d1a7f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ version = "0.4.0"
path = "zarrs_opendal"

[workspace.dependencies.zarrs_zip]
version = "0.1.0"
version = "0.2.0"
path = "zarrs_zip"

[workspace.dependencies.object_store]
Expand Down
5 changes: 4 additions & 1 deletion zarrs_zip/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.2.0] - 2024-11-15

### Changed
- Bump `zarrs_storage` to 0.3.0-dev
- **Breaking**: Bump MSRV to 1.77 (21 March, 2024)
Expand All @@ -16,5 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Split from the `zarrs_storage` crate

[unreleased]: https://github.com/LDeakin/zarrs/compare/zarrs_zip-v0.1.0...HEAD
[unreleased]: https://github.com/LDeakin/zarrs/compare/zarrs_zip-v0.2.0...HEAD
[0.2.0]: https://github.com/LDeakin/zarrs/releases/tag/zarrs_zip-v0.2.0
[0.1.0]: https://github.com/LDeakin/zarrs/releases/tag/zarrs_zip-v0.1.0
2 changes: 1 addition & 1 deletion zarrs_zip/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zarrs_zip"
version = "0.1.0"
version = "0.2.0"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.77"
Expand Down

0 comments on commit 8d1a7f1

Please sign in to comment.