Skip to content

Commit

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

[workspace.dependencies.zarrs_opendal]
version = "0.3.1"
version = "0.4.0"
path = "zarrs_opendal"

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

### Added
- Add docs about precise version selection

Expand Down Expand Up @@ -38,7 +40,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_opendal-v0.3.1...HEAD
[unreleased]: https://github.com/LDeakin/zarrs/compare/zarrs_opendal-v0.4.0...HEAD
[0.4.0]: https://github.com/LDeakin/zarrs/releases/tag/zarrs_opendal-v0.4.0
[0.3.1]: https://github.com/LDeakin/zarrs/releases/tag/zarrs_opendal-v0.3.1
[0.3.0]: https://github.com/LDeakin/zarrs/releases/tag/zarrs_opendal-v0.3.0
[0.2.0]: https://github.com/LDeakin/zarrs/releases/tag/zarrs_opendal-v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion zarrs_opendal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zarrs_opendal"
version = "0.3.1"
version = "0.4.0"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.77"
Expand Down
1 change: 1 addition & 0 deletions zarrs_opendal/doc/version_compatibility_matrix.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
| [zarrs_opendal] | [opendal] | [zarrs] ([zarrs_storage]) |
| --------------- | --------- | ------------------------- |
| 0.3 | 0.46-0.50 | 0.17 (0.2.0) |
| 0.4 | 0.46-0.50 | 0.18 (0.3.0) |

[zarrs_opendal]: https://crates.io/crates/zarrs_opendal
[opendal]: https://crates.io/crates/opendal
Expand Down

0 comments on commit 4987bb6

Please sign in to comment.