Skip to content

Commit

Permalink
zarrs_storage: prepare 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Sep 2, 2024
1 parent 25911cd commit 3433766
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.1.2] - 2024-09-03

### Changed
- Use `doc_auto_cfg` on [docs.rs](https://docs.rs/)

Expand All @@ -21,6 +23,7 @@ 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.1.1...HEAD
[unreleased]: https://github.com/LDeakin/zarrs/compare/zarrs_storage-v0.1.2...HEAD
[0.1.2]: https://github.com/LDeakin/zarrs/releases/tag/zarrs_storage-v0.1.2
[0.1.1]: https://github.com/LDeakin/zarrs/releases/tag/zarrs_storage-v0.1.1
[0.1.0]: https://github.com/LDeakin/zarrs/releases/tag/zarrs_storage-v0.1.0
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.1.1"
version = "0.1.2"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.76"
Expand Down

0 comments on commit 3433766

Please sign in to comment.