Skip to content

Commit 4db2524

Browse files
committed
chore: Release
1 parent fd46e73 commit 4db2524

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

10+
## [2.0.7] - 2026-03-31
11+
1012
### Fixes
1113

1214
- Don't write to tmpdir in CI
@@ -259,7 +261,8 @@ and choose a nightly that actually exists.
259261
```
260262

261263
<!-- next-url -->
262-
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.6...HEAD
264+
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.7...HEAD
265+
[2.0.7]: https://github.com/rust-cli/human-panic/compare/v2.0.6...v2.0.7
263266
[2.0.6]: https://github.com/rust-cli/human-panic/compare/v2.0.5...v2.0.6
264267
[2.0.5]: https://github.com/rust-cli/human-panic/compare/v2.0.4...v2.0.5
265268
[2.0.4]: https://github.com/rust-cli/human-panic/compare/v2.0.3...v2.0.4

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.6"
94+
version = "2.0.7"
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)