Skip to content

Commit b6773e9

Browse files
committed
chore: Release
1 parent 2d448b0 commit b6773e9

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.6] - 2025-12-29
11+
1012
### Features
1113

1214
- Added `Metadata::repository` as a fallback for `Metadata::homepage`
@@ -251,7 +253,8 @@ and choose a nightly that actually exists.
251253
```
252254

253255
<!-- next-url -->
254-
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.5...HEAD
256+
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.6...HEAD
257+
[2.0.6]: https://github.com/rust-cli/human-panic/compare/v2.0.5...v2.0.6
255258
[2.0.5]: https://github.com/rust-cli/human-panic/compare/v2.0.4...v2.0.5
256259
[2.0.4]: https://github.com/rust-cli/human-panic/compare/v2.0.3...v2.0.4
257260
[2.0.3]: https://github.com/rust-cli/human-panic/compare/v2.0.2...v2.0.3

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.5"
94+
version = "2.0.6"
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)