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::*
ErrorKind
conversion requiresToSysexitsResultExt::to_sysexits
- Removed
Display
forCode
- Removed
is_reserved
- Changed default code to
FAILURE
- Renamed
Code::raw
toCode::as_raw
- Removed
portable
feature forcing portable values when callingstd::process::exit
MSRV is now 1.61.0 to integrate with Termination
- Conversion from
Code
tostd::process::ExitCode
Termination
support
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::exit
the tool formain
.
0.2.0 - 2020-11-21
- Typos in documentation
Exit
s members should not be public