Skip to content

Commit c9f2856

Browse files
committed
chore: Release
1 parent 4fb719c commit c9f2856

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

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/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [2.0.8] - 2026-04-02
11+
1012
### Documentation
1113

1214
- Add and improve examples
@@ -265,7 +267,8 @@ and choose a nightly that actually exists.
265267
```
266268

267269
<!-- next-url -->
268-
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.7...HEAD
270+
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.8...HEAD
271+
[2.0.8]: https://github.com/rust-cli/human-panic/compare/v2.0.7...v2.0.8
269272
[2.0.7]: https://github.com/rust-cli/human-panic/compare/v2.0.6...v2.0.7
270273
[2.0.6]: https://github.com/rust-cli/human-panic/compare/v2.0.5...v2.0.6
271274
[2.0.5]: https://github.com/rust-cli/human-panic/compare/v2.0.4...v2.0.5

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
@@ -91,7 +91,7 @@ zero_sized_map_values = "warn"
9191

9292
[package]
9393
name = "human-panic"
94-
version = "2.0.7"
94+
version = "2.0.8"
9595
description = "Panic messages for humans"
9696
homepage = "https://github.com/rust-cli/human-panic"
9797
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)