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.
0.0.3 - 2023-01-02
- Changed
cargo:rust-env
to use quotes. - Changed years range in license file.
- Fixed treating version channel as stable one.
0.0.2 - 2022-12-28
- Added unsafe forbidden badge.
- Added MSRV badge.
- Disabled code coverage for internal
info
module. - Added logos to README badges.
- Changed comments in TOML code examples.
- Changed documentation headers.
- Changed README headers.
- Replaced status badge (check badges/shields#8671 for more informations).
0.0.1 - 2022-12-14
- Added tests with MSRV toolchain in Rust workflow.
- Replaced branch checks state with workflow status for branch.
- Fixed coverage job in Rust workflow.
- Fixed lifetimes for constant
str
s. - Fixed MSRV to
1.58.0
. - Fixed Cargo build script commands (misspelled
rustup
instead ofrustc
).
- Removed
strip
option for release profile. - Removed tests with
beta
toolchain in Rust workflow.
0.0.0 - 2022-11-27
- Initial release.