Skip to content

Commit

Permalink
chore: Release proc-exit version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 14, 2023
1 parent 0556d1e commit a55cc34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [2.0.1] - 2023-03-14

### Performance

- Reduce code bloat
Expand Down Expand Up @@ -59,7 +61,8 @@ MSRV is now 1.61.0 to integrate with `Termination`
- `Exit`s members should not be public

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/proc-exit/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/rust-cli/proc-exit/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/rust-cli/proc-exit/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/rust-cli/proc-exit/compare/v1.0.3...v2.0.0
[1.0.3]: https://github.com/rust-cli/proc-exit/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/rust-cli/proc-exit/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proc-exit"
version = "2.0.0"
version = "2.0.1"
description = "Exit codes for process termination"
authors = ["Ed Page <eopage@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a55cc34

Please sign in to comment.