Skip to content

Commit c942d48

Browse files
committed
chore: Release
1 parent a41019a commit c942d48

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.1] - 2023-02-28
11+
1012
### Internal
1113

1214
- Update dependencies
@@ -147,6 +149,7 @@ and choose a nightly that actually exists.
147149
```
148150

149151
<!-- next-url -->
150-
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.1.0...HEAD
152+
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.1.1...HEAD
153+
[1.1.1]: https://github.com/rust-cli/human-panic/compare/v1.1.0...v1.1.1
151154
[1.1.0]: https://github.com/rust-cli/argfile/compare/v1.0.3...v1.1.0
152155
[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.0"
9+
version = "1.1.1"
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)