Commit 925e6b7 1 parent 748cf18 commit 925e6b7 Copy full SHA for 925e6b7
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 0.4.0] - 2022-11-24
12
+
11
13
### Added
12
14
13
15
- Features for conditional compilation of separate utilities. See #12 .
@@ -136,7 +138,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
136
138
- ` ExitCode ` trait for [ sysexits.h] ( https://man.openbsd.org/sysexits.3 ) program
137
139
exit codes.
138
140
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
140
143
[ 0.3.0 ] : https://github.com/sonro/narrate/releases/tag/v0.3.0
141
144
[ 0.2.0 ] : https://github.com/sonro/narrate/releases/tag/v0.2.0
142
145
[ 0.1.3 ] : https://github.com/sonro/narrate/releases/tag/v0.1.3
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " narrate"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [" Christopher Morton <sonro@gmx.com>" ]
5
5
edition = " 2021"
6
6
description = " narrate is a set of CLI app utilities for error handling and status reporting"
You can’t perform that action at this time.
0 commit comments