Skip to content

Commit 5aba867

Browse files
committed
chore: Release proc-exit version 2.0.2
1 parent d5c27d8 commit 5aba867

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.2] - 2024-07-25
11+
1012
### Compatibility
1113

1214
- Updated MSRV to 1.74
@@ -65,7 +67,8 @@ MSRV is now 1.61.0 to integrate with `Termination`
6567
- `Exit`s members should not be public
6668

6769
<!-- next-url -->
68-
[Unreleased]: https://github.com/rust-cli/proc-exit/compare/v2.0.1...HEAD
70+
[Unreleased]: https://github.com/rust-cli/proc-exit/compare/v2.0.2...HEAD
71+
[2.0.2]: https://github.com/rust-cli/proc-exit/compare/v2.0.1...v2.0.2
6972
[2.0.1]: https://github.com/rust-cli/proc-exit/compare/v2.0.0...v2.0.1
7073
[2.0.0]: https://github.com/rust-cli/proc-exit/compare/v1.0.3...v2.0.0
7174
[1.0.3]: https://github.com/rust-cli/proc-exit/compare/v1.0.2...v1.0.3

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ zero_sized_map_values = "warn"
8888

8989
[package]
9090
name = "proc-exit"
91-
version = "2.0.1"
91+
version = "2.0.2"
9292
description = "Exit codes for process termination"
9393
authors = ["Ed Page <[email protected]>"]
9494
repository = "https://github.com/rust-cli/proc-exit"

0 commit comments

Comments
 (0)