Skip to content

Commit 7f7d5be

Browse files
committed
chore: Release
1 parent 19f9283 commit 7f7d5be

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

10+
## [2.0.3] - 2025-07-08
11+
1012
### Internal
1113

1214
- Update toml
@@ -237,7 +239,8 @@ and choose a nightly that actually exists.
237239
```
238240

239241
<!-- next-url -->
240-
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.2...HEAD
242+
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.3...HEAD
243+
[2.0.3]: https://github.com/rust-cli/human-panic/compare/v2.0.2...v2.0.3
241244
[2.0.2]: https://github.com/rust-cli/human-panic/compare/v2.0.1...v2.0.2
242245
[2.0.1]: https://github.com/rust-cli/human-panic/compare/v2.0.0...v2.0.1
243246
[2.0.0]: https://github.com/rust-cli/human-panic/compare/v1.2.3...v2.0.0

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.2"
95+
version = "2.0.3"
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)