Skip to content

Commit

Permalink
Prepare 0.5.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Jul 31, 2024
1 parent a82b3ed commit 4ea36e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
## [0.5.5] - 2024-07-31

### Added
- Add http read support to `zarrs_reencode`

### Changed
- Bump `opendal` to 0.48

## [0.5.4] - 2024-07-30
Expand Down Expand Up @@ -158,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial public release

[unreleased]: https://github.com/LDeakin/zarrs_tools/compare/v0.5.4...HEAD
[unreleased]: https://github.com/LDeakin/zarrs_tools/compare/v0.5.5...HEAD
[0.5.5]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.5.5
[0.5.4]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.5.4
[0.5.3]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.5.3
[0.5.2]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.5.2
Expand Down
4 changes: 2 additions & 2 deletions src/bin/zarrs_reencode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ struct Args {
#[command(flatten)]
encoding: ZarrReencodingArgs,

/// The zarr array input directory.
/// The zarr array input path or URL.
path_in: String,

/// The zarr array output directory. If unspecified, data is written to memory.
/// The zarr array output directory.
path_out: String,

/// Number of concurrent chunks.
Expand Down

0 comments on commit 4ea36e4

Please sign in to comment.