Skip to content

Releases: dylni/quit

2.0.0

04 Mar 14:14
Compare
Choose a tag to compare
  • Updated the implementation to use the Termination trait
    • process::exit is no longer used in the main function to set the exit code.
  • Updated the signature for with_code (rust-lang/rust#93442)
  • Added a panic when #[main] has not been attached to main
  • Increased the minimum supported Rust toolchain version to 1.64.0

1.2.0

01 Jan 15:17
Compare
Choose a tag to compare

1.1.4

27 Jun 19:35
Compare
Choose a tag to compare
  • Minor improvements

1.1.3

22 Apr 23:45
Compare
Choose a tag to compare
  • Improved documentation

1.1.2

25 Sep 14:35
Compare
Choose a tag to compare

1.1.1

25 Sep 04:27
Compare
Choose a tag to compare
  • Updated documentation to use intra-rustdoc links

1.1.0

09 Jul 14:51
Compare
Choose a tag to compare
  • Removed all dependencies from quit_macros
    • The crate now compiles much faster.

1.0.0

23 Mar 20:38
Compare
Choose a tag to compare
  • Stabilized the public API
    • No changes were made to the API, but it is now stable.

0.2.1

22 Mar 14:18
Compare
Choose a tag to compare
  • Improved documentation

0.2.0

15 Mar 22:55
Compare
Choose a tag to compare
  • Modified main to allow the main function to have a return type.