Skip to content

Commit

Permalink
chore: update to version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sonro committed Jun 8, 2023
1 parent 1bea4a0 commit 2960100
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.1] - 2023-06-08

### Added

- `Error::msg` creation method.
Expand Down Expand Up @@ -146,7 +148,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- `ExitCode` trait for [sysexits.h](https://man.openbsd.org/sysexits.3) program
exit codes.

[Unreleased]: https://github.com/sonro/narrate/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/sonro/narrate/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/sonro/narrate/releases/tag/v0.4.1
[0.4.0]: https://github.com/sonro/narrate/releases/tag/v0.4.0
[0.3.0]: https://github.com/sonro/narrate/releases/tag/v0.3.0
[0.2.0]: https://github.com/sonro/narrate/releases/tag/v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "narrate"
version = "0.4.0"
version = "0.4.1"
authors = ["Christopher Morton <sonro@gmx.com>"]
edition = "2021"
description = "narrate is a set of CLI app utilities for error handling and status reporting"
Expand Down

0 comments on commit 2960100

Please sign in to comment.