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.
Table of Contents
- 0.8.5 - 2024-11-08
- 0.8.4 - 2024-10-31
- 0.8.3 - 2024-10-30
- 0.8.2 - 2024-09-22
- 0.8.1 - 2024-07-03
- 0.8.0 - 2024-06-05
- 0.7.14 - 2024-05-19
- 0.7.13 - 2024-04-16
- 0.7.12 - 2024-04-08
- 0.7.11 - 2024-01-18
- 0.7.10 - 2024-01-06
- 0.7.9 - 2024-01-06 [YANKED]
- 0.7.8 - 2024-01-05
- 0.7.7 - 2023-12-07
- 0.7.6 - 2023-11-30
- 0.7.5 - 2023-11-04
- 0.7.4 - 2023-10-03
- 0.7.3 - 2023-10-01
- 0.7.2 - 2023-09-07
- 0.7.1 - 2023-09-03
- 0.7.0 - 2023-09-03 [YANKED]
- 0.6.3 - 2023-08-09
- 0.6.2 - 2023-08-01
- 0.6.1 - 2023-06-22
- 0.6.0 - 2023-05-15
- 0.5.0 - 2023-04-01
- 0.4.1 - 2023-01-28
- 0.4.0 - 2022-12-29
- 0.3.4 - 2022-11-24
- 0.3.3 - 2022-10-24
- 0.3.2 - 2022-09-18
- 0.3.1 - 2022-09-06
- 0.3.0 - 2022-06-10
- 0.2.2 - 2022-06-04
- 0.2.1 - 2022-05-31
- 0.2.0 - 2022-05-30
- 0.1.1 - 2022-05-30
- 0.1.0 - 2022-05-28
0.8.4 - 2024-10-31
-
Implement
fmt::Octal
,fmt::LowerHex
,fmt::UpperHex
,fmt::Binary
,fmt::LowerExp
andfmt::UpperExp
forExitCode
(#129)
0.8.0 - 2024-06-05
0.7.14 - 2024-05-19
0.7.12 - 2024-04-08
0.7.11 - 2024-01-18
0.7.7 - 2023-12-07
0.7.3 - 2023-10-01
-
Extend
io::ErrorKind
conversion to support variants available in the nightly (#52)
0.7.1 - 2023-09-03
0.7.0 - 2023-09-03 [YANKED]
0.6.2 - 2023-08-01
0.6.0 - 2023-05-15
-
Add methods to get error details
-
Add
impl From<std::io::Error> for ExitCode
(#28)
-
Replace
impl TryFrom<std::io::ErrorKind> for ExitCode
withimpl From<std::io::ErrorKind> for ExitCode
0.5.0 - 2023-04-01
0.4.1 - 2023-01-28
0.4.0 - 2022-12-29
0.3.3 - 2022-10-24
0.3.2 - 2022-09-18
0.3.1 - 2022-09-06
0.3.0 - 2022-06-10
-
Implement
Display
trait and corresponding test (#1) -
Add the example that returns
sysexits::ExitCode