Skip to content

Commit

Permalink
Prepare 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Nov 23, 2024
1 parent 5248214 commit 5dc71c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions 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.6.0] - 2024-11-23

### Added
- Add `zarrs_validate` to check that arrays are equivalent
- Add `--write-shape` argument to `zarrs_reencode`
Expand All @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- [#12](https://github.com/LDeakin/zarrs_tools/pull/12) Bump netcdf to 0.10.2 by [@magnusuMET]
- **Breaking**: Bump MSRV to 1.80
- Bump `sysinfo` to 0.31
- Bump `sysinfo` to 0.32
- Bump `zarrs` to 0.18.0
- `ncvar2zarr`:
- Switch to output concurrency
Expand Down Expand Up @@ -200,7 +202,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.5...HEAD
[unreleased]: https://github.com/LDeakin/zarrs_tools/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.6.0
[0.6.0-beta.1]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.6.0-beta.1
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zarrs_tools"
version = "0.6.0-beta.2"
version = "0.6.0"
authors = ["Lachlan Deakin <[email protected]>"]
edition = "2021"
rust-version = "1.80"
Expand Down

0 comments on commit 5dc71c3

Please sign in to comment.