Skip to content

Commit aae283a

Browse files
committed
chore: Release
1 parent 6be4436 commit aae283a

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.5] - 2025-12-26
11+
1012
### Performance
1113

1214
- Improve build times on some platforms by changing from `os_info` to `sysinfo`
@@ -245,7 +247,8 @@ and choose a nightly that actually exists.
245247
```
246248

247249
<!-- next-url -->
248-
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.4...HEAD
250+
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.5...HEAD
251+
[2.0.5]: https://github.com/rust-cli/human-panic/compare/v2.0.4...v2.0.5
249252
[2.0.4]: https://github.com/rust-cli/human-panic/compare/v2.0.3...v2.0.4
250253
[2.0.3]: https://github.com/rust-cli/human-panic/compare/v2.0.2...v2.0.3
251254
[2.0.2]: https://github.com/rust-cli/human-panic/compare/v2.0.1...v2.0.2

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
@@ -92,7 +92,7 @@ zero_sized_map_values = "warn"
9292

9393
[package]
9494
name = "human-panic"
95-
version = "2.0.4"
95+
version = "2.0.5"
9696
description = "Panic messages for humans"
9797
homepage = "https://github.com/rust-cli/human-panic"
9898
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)