Skip to content

Commit a55cc34

Browse files
committed
chore: Release proc-exit version 2.0.1
1 parent 0556d1e commit a55cc34

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.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

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 = "2.0.0"
3+
version = "2.0.1"
44
description = "Exit codes for process termination"
55
authors = ["Ed Page <eopage@gmail.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)