Skip to content

Commit

Permalink
zarrs_filesystem: 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 5158079 commit 12862f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version = "0.3.0"
path = "zarrs_storage"

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

[workspace.dependencies.zarrs_http]
Expand Down
4 changes: 3 additions & 1 deletion zarrs_filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ 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
- Bump `zarrs_storage` to 0.3.0
- **Breaking**: Bump MSRV to 1.77 (21 March, 2024)

## [0.1.0] - 2024-09-15
Expand Down
2 changes: 1 addition & 1 deletion zarrs_filesystem/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zarrs_filesystem"
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 12862f6

Please sign in to comment.