All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
2.0.2 - 2024-07-25
- Updated MSRV to 1.74
2.0.1 - 2023-03-14
- Reduce code bloat
2.0.0 - 2022-10-04
- sysexits codes moved from
Code::*tosysexits::* - bash codes moved from
Code::*tobash::* ErrorKindconversion requiresToSysexitsResultExt::to_sysexits- Removed
DisplayforCode - Removed
is_reserved - Changed default code to
FAILURE - Renamed
Code::rawtoCode::as_raw - Removed
portablefeature forcing portable values when callingstd::process::exit
MSRV is now 1.61.0 to integrate with Termination
- Conversion from
Codetostd::process::ExitCode Terminationsupport
1.0.3 - 2021-12-28
- Moved github orgs
1.0.2 - 2021-01-29
1.0.1 - 2020-11-23
1.0.0 - 2020-11-23
0.3.0 - 2020-11-23
- Skip the extension trait, make
proc_exit::exitthe tool formain.
0.2.0 - 2020-11-21
- Typos in documentation
Exits members should not be public