Skip to content

Commit

Permalink
chore: Release proc-exit version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 25, 2024
1 parent d5c27d8 commit 5aba867
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.2] - 2024-07-25

### Compatibility

- Updated MSRV to 1.74
Expand Down Expand Up @@ -65,7 +67,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.1...HEAD
[Unreleased]: https://github.com/rust-cli/proc-exit/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/rust-cli/proc-exit/compare/v2.0.1...v2.0.2
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ zero_sized_map_values = "warn"

[package]
name = "proc-exit"
version = "2.0.1"
version = "2.0.2"
description = "Exit codes for process termination"
authors = ["Ed Page <[email protected]>"]
repository = "https://github.com/rust-cli/proc-exit"
Expand Down

0 comments on commit 5aba867

Please sign in to comment.