Skip to content

Commit 34bd03b

Browse files
committed
chore: prepare 0.7.5 release
1 parent 743e8ff commit 34bd03b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.5] - 2025-07-05
11+
1012
### Changed
1113
- Bump `indicatif` to 0.18
1214
- Bump `zarrs` to 0.21.2
@@ -289,7 +291,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
289291
### Added
290292
- Initial public release
291293

292-
[unreleased]: https://github.com/zarrs/zarrs_tools/compare/v0.7.4...HEAD
294+
[unreleased]: https://github.com/zarrs/zarrs_tools/compare/v0.7.5...HEAD
295+
[0.7.5]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.7.5
293296
[0.7.4]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.7.4
294297
[0.7.3]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.7.3
295298
[0.7.2]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.7.2

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zarrs_tools"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.82"

0 commit comments

Comments
 (0)