Skip to content

Commit 925e6b7

Browse files
committed
chore: update to version 0.4.0
1 parent 748cf18 commit 925e6b7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [0.4.0] - 2022-11-24
12+
1113
### Added
1214

1315
- Features for conditional compilation of separate utilities. See #12.
@@ -136,7 +138,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
136138
- `ExitCode` trait for [sysexits.h](https://man.openbsd.org/sysexits.3) program
137139
exit codes.
138140

139-
[Unreleased]: https://github.com/sonro/narrate/compare/v0.3.0...HEAD
141+
[Unreleased]: https://github.com/sonro/narrate/compare/v0.4.0...HEAD
142+
[0.4.0]: https://github.com/sonro/narrate/releases/tag/v0.4.0
140143
[0.3.0]: https://github.com/sonro/narrate/releases/tag/v0.3.0
141144
[0.2.0]: https://github.com/sonro/narrate/releases/tag/v0.2.0
142145
[0.1.3]: https://github.com/sonro/narrate/releases/tag/v0.1.3

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "narrate"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Christopher Morton <sonro@gmx.com>"]
55
edition = "2021"
66
description = "narrate is a set of CLI app utilities for error handling and status reporting"

0 commit comments

Comments
 (0)