Skip to content

Commit 59554a1

Browse files
committed
chore: Release
1 parent c1b197e commit 59554a1

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.0] - 2023-02-01
11+
1012
### Features
1113

1214
- Expose `metadata!` constructor
@@ -141,5 +143,6 @@ and choose a nightly that actually exists.
141143
```
142144

143145
<!-- next-url -->
144-
[Unreleased]: https://github.com/rust-cli/argfile/compare/v1.0.3...HEAD
146+
[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.1.0...HEAD
147+
[1.1.0]: https://github.com/rust-cli/argfile/compare/v1.0.3...v1.1.0
145148
[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.0.4-alpha.0"
9+
version = "1.1.0"
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)