File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ ## [ 2.0.1] - 2023-03-14
11+
1012### Performance
1113
1214- Reduce code bloat
@@ -59,7 +61,8 @@ MSRV is now 1.61.0 to integrate with `Termination`
5961- ` Exit ` s members should not be public
6062
6163<!-- next-url -->
62- [ Unreleased ] : https://github.com/rust-cli/proc-exit/compare/v2.0.0...HEAD
64+ [ Unreleased ] : https://github.com/rust-cli/proc-exit/compare/v2.0.1...HEAD
65+ [ 2.0.1 ] : https://github.com/rust-cli/proc-exit/compare/v2.0.0...v2.0.1
6366[ 2.0.0 ] : https://github.com/rust-cli/proc-exit/compare/v1.0.3...v2.0.0
6467[ 1.0.3 ] : https://github.com/rust-cli/proc-exit/compare/v1.0.2...v1.0.3
6568[ 1.0.2 ] : https://github.com/rust-cli/proc-exit/compare/v1.0.1...v1.0.2
Original file line number Diff line number Diff line change 11[package ]
22name = " proc-exit"
3- version = " 2.0.0 "
3+ version = " 2.0.1 "
44description = " Exit codes for process termination"
55authors = [" Ed Page <eopage@gmail.com>" ]
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments