Skip to content

Commit 0e4aa19

Browse files
committed
chore: Release
1 parent 1b83276 commit 0e4aa19

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

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.2] - 2023-03-14
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.64.0
@@ -160,7 +162,8 @@ and choose a nightly that actually exists.
160162
```
161163

162164
<!-- next-url -->
163-
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.1.1...HEAD
165+
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.1.2...HEAD
166+
[1.1.2]: https://github.com/rust-cli/human-panic/compare/v1.1.1...v1.1.2
164167
[1.1.1]: https://github.com/rust-cli/human-panic/compare/v1.1.0...v1.1.1
165168
[1.1.0]: https://github.com/rust-cli/argfile/compare/v1.0.3...v1.1.0
166169
[v1.0.3]: https://github.com/rust-cli/argfile/compare/1.0.1...v1.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
@@ -6,7 +6,7 @@ members = [
66

77
[package]
88
name = "human-panic"
9-
version = "1.1.1"
9+
version = "1.1.2"
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)