Skip to content

Commit c0e52f4

Browse files
committed
chore: Release
1 parent 41c9efb commit c0e52f4

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+
## [1.1.3] - 2023-03-16
11+
1012
### Internal
1113

1214
- Dependency update
@@ -166,7 +168,8 @@ and choose a nightly that actually exists.
166168
```
167169

168170
<!-- next-url -->
169-
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.1.2...HEAD
171+
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.1.3...HEAD
172+
[1.1.3]: https://github.com/rust-cli/human-panic/compare/v1.1.2...v1.1.3
170173
[1.1.2]: https://github.com/rust-cli/human-panic/compare/v1.1.1...v1.1.2
171174
[1.1.1]: https://github.com/rust-cli/human-panic/compare/v1.1.0...v1.1.1
172175
[1.1.0]: https://github.com/rust-cli/argfile/compare/v1.0.3...v1.1.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
@@ -6,7 +6,7 @@ members = [
66

77
[package]
88
name = "human-panic"
9-
version = "1.1.2"
9+
version = "1.1.3"
1010
description = "Panic messages for humans"
1111
license = "MIT OR Apache-2.0"
1212
repository = "https://github.com/rust-cli/human-panic"

0 commit comments

Comments
 (0)