Skip to content

Commit 2c66e66

Browse files
committed
chore: prepare 0.8.0 release
1 parent ac4ec62 commit 2c66e66

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.8.0] - 2026-02-02
11+
1012
### Changed
1113
- **Breaking**: Bump MSRV to 1.91
1214
- Switch to `mimalloc` as the global allocator
@@ -329,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
329331
### Added
330332
- Initial public release
331333

332-
[unreleased]: https://github.com/zarrs/zarrs_tools/compare/v0.7.9...HEAD
334+
[unreleased]: https://github.com/zarrs/zarrs_tools/compare/v0.8.0...HEAD
335+
[0.8.0]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.8.0
333336
[0.7.9]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.7.9
334337
[0.7.8]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.7.8
335338
[0.7.7]: https://github.com/LDeakin/zarrs_tools/releases/tag/v0.7.7

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.8.0-dev"
3+
version = "0.8.0"
44
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.91"

0 commit comments

Comments
 (0)