From 5dc71c364a1eb6c10b564f7be267ea662e0bf4e1 Mon Sep 17 00:00:00 2001 From: Lachlan Deakin Date: Sat, 23 Nov 2024 16:06:31 +1100 Subject: [PATCH] Prepare 0.6.0 release --- CHANGELOG.md | 7 +++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd2cae0..58112ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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 @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 1500f1c..0c09543 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2734,7 +2734,7 @@ dependencies = [ [[package]] name = "zarrs_tools" -version = "0.6.0-beta.2" +version = "0.6.0" dependencies = [ "anyhow", "approx", diff --git a/Cargo.toml b/Cargo.toml index 9f0f77d..63354a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zarrs_tools" -version = "0.6.0-beta.2" +version = "0.6.0" authors = ["Lachlan Deakin "] edition = "2021" rust-version = "1.80"