Skip to content

Commit 61026e6

Browse files
committed
chore: Release
1 parent 3086722 commit 61026e6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [2.0.1] - 2024-07-25
11+
1012
### Compatibility
1113

1214
- Update MSV to 1.74
@@ -225,7 +227,8 @@ and choose a nightly that actually exists.
225227
```
226228

227229
<!-- next-url -->
228-
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.0...HEAD
230+
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.1...HEAD
231+
[2.0.1]: https://github.com/rust-cli/human-panic/compare/v2.0.0...v2.0.1
229232
[2.0.0]: https://github.com/rust-cli/human-panic/compare/v1.2.3...v2.0.0
230233
[1.2.3]: https://github.com/rust-cli/human-panic/compare/v1.2.2...v1.2.3
231234
[1.2.2]: https://github.com/rust-cli/human-panic/compare/v1.2.1...v1.2.2

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ zero_sized_map_values = "warn"
9191

9292
[package]
9393
name = "human-panic"
94-
version = "2.0.0"
94+
version = "2.0.1"
9595
description = "Panic messages for humans"
9696
repository = "https://github.com/rust-cli/human-panic"
9797
homepage = "https://github.com/rust-cli/human-panic"

0 commit comments

Comments
 (0)