Skip to content

Commit 69ac491

Browse files
committed
chore: Release
1 parent be6837a commit 69ac491

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.5] - 2023-06-13
11+
1012
### Fixes
1113

1214
- Avoid symbol conflicts from macros
@@ -178,7 +180,8 @@ and choose a nightly that actually exists.
178180
```
179181

180182
<!-- next-url -->
181-
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.1.4...HEAD
183+
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.1.5...HEAD
184+
[1.1.5]: https://github.com/rust-cli/human-panic/compare/v1.1.4...v1.1.5
182185
[1.1.4]: https://github.com/rust-cli/human-panic/compare/v1.1.3...v1.1.4
183186
[1.1.3]: https://github.com/rust-cli/human-panic/compare/v1.1.2...v1.1.3
184187
[1.1.2]: https://github.com/rust-cli/human-panic/compare/v1.1.1...v1.1.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
@@ -23,7 +23,7 @@ include = [
2323

2424
[package]
2525
name = "human-panic"
26-
version = "1.1.4"
26+
version = "1.1.5"
2727
description = "Panic messages for humans"
2828
repository = "https://github.com/rust-cli/human-panic"
2929
homepage = "https://github.com/rust-cli/human-panic"

0 commit comments

Comments
 (0)