Skip to content

Commit 10b769c

Browse files
committed
chore: Release
1 parent 76571af commit 10b769c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.0] - 2022-10-04
11+
1012
### Breaking Changes
1113

1214
- sysexits codes moved from `Code::*` to `sysexits::*`
@@ -53,7 +55,8 @@ MSRV is now 1.61.0 to integrate with `Termination`
5355
- `Exit`s members should not be public
5456

5557
<!-- 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
5760
[1.0.3]: https://github.com/rust-cli/proc-exit/compare/v1.0.2...v1.0.3
5861
[1.0.2]: https://github.com/rust-cli/proc-exit/compare/v1.0.1...v1.0.2
5962
[1.0.1]: https://github.com/rust-cli/proc-exit/compare/v1.0.0...v1.0.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proc-exit"
3-
version = "1.0.3"
3+
version = "2.0.0"
44
description = "Exit codes for process termination"
55
authors = ["Ed Page <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)