Skip to content

Commit

Permalink
chore: update to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonro committed Oct 19, 2022
1 parent c58881d commit d20365a
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.3.0] - 2022-10-19

### Added

- `add_help` and `add_help_with` methods for `Error`.
Expand Down Expand Up @@ -101,7 +103,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.2.0...HEAD
[Unreleased]: https://github.com/sonro/narrate/compare/v0.3.0...HEAD
[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
[0.1.3]: https://github.com/sonro/narrate/releases/tag/v0.1.3
[0.1.2]: https://github.com/sonro/narrate/releases/tag/v0.1.2
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.2.0"
version = "0.3.0"
authors = ["Christopher Morton <[email protected]>"]
edition = "2021"
description = "narrate is a set of CLI app utilities for error handling and status reporting"
Expand Down

0 comments on commit d20365a

Please sign in to comment.