Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

69 lines (42 loc) · 1.66 KB

Changelog

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

  • Changed cargo:rust-env to use quotes.
  • Changed years range in license file.

Fixed

  • Fixed treating version channel as stable one.

0.0.2 - 2022-12-28

Added

  • Added unsafe forbidden badge.
  • Added MSRV badge.

Changed

  • Disabled code coverage for internal info module.
  • Added logos to README badges.
  • Changed comments in TOML code examples.
  • Changed documentation headers.
  • Changed README headers.

Fixed

0.0.1 - 2022-12-14

Added

  • Added tests with MSRV toolchain in Rust workflow.

Changed

  • Replaced branch checks state with workflow status for branch.

Fixed

  • Fixed coverage job in Rust workflow.
  • Fixed lifetimes for constant strs.
  • Fixed MSRV to 1.58.0.
  • Fixed Cargo build script commands (misspelled rustup instead of rustc).

Removed

  • Removed strip option for release profile.
  • Removed tests with beta toolchain in Rust workflow.

0.0.0 - 2022-11-27

Added

  • Initial release.