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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 2.0.0] - 2022-10-04
11
+
10
12
### Breaking Changes
11
13
12
14
- sysexits codes moved from ` Code::* ` to ` sysexits::* `
@@ -53,7 +55,8 @@ MSRV is now 1.61.0 to integrate with `Termination`
53
55
- ` Exit ` s members should not be public
54
56
55
57
<!-- next-url -->
56
- [ Unreleased ] : https://github.com/rust-cli/proc-exit/compare/v1.0.3...HEAD
58
+ [ Unreleased ] : https://github.com/rust-cli/proc-exit/compare/v2.0.0...HEAD
59
+ [ 2.0.0 ] : https://github.com/rust-cli/proc-exit/compare/v1.0.3...v2.0.0
57
60
[ 1.0.3 ] : https://github.com/rust-cli/proc-exit/compare/v1.0.2...v1.0.3
58
61
[ 1.0.2 ] : https://github.com/rust-cli/proc-exit/compare/v1.0.1...v1.0.2
59
62
[ 1.0.1 ] : https://github.com/rust-cli/proc-exit/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " proc-exit"
3
- version = " 1 .0.3 "
3
+ version = " 2 .0.0 "
4
4
description = " Exit codes for process termination"
5
5
authors = [
" Ed Page <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments