Skip to content

Commit

Permalink
zarrs_storage: prepare 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Nov 15, 2024
1 parent fe3dcec commit 5158079
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 @@ -30,7 +30,7 @@ version = "0.2.0"
path = "zarrs_metadata"

[workspace.dependencies.zarrs_storage]
version = "0.3.0-dev"
version = "0.3.0"
path = "zarrs_storage"

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

### Added
- Add `ByteRange::new` and `From` for `RangeBounds<u64>`
- Add `PerformanceMetricsStorageAdapter::{keys_erased,reset}()`
Expand Down Expand Up @@ -67,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release
- Split from the `storage` module of `zarrs` 0.17.0-dev

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

0 comments on commit 5158079

Please sign in to comment.