Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

64 lines (42 loc) · 2.51 KB

Changelog Crates.io

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.2.1] - 2021-09-01

Fixed

  • Added #[allow(clippy::explicit_write)] to prevent false-positives.
  • Added examples/macros.rs file and corresponding cargo clippy --example "macros" -- -D warnings CI job to prevent future clippy issues.

[0.2.0] - 2021-08-31

Fixed

  • Fixed recursion in rustc_link_search!(…).
  • Removed redundant $x:literal macro patterns.

Added

Removed

  • #![no_std], since the project never worked on no_std to begin with.

0.1.1 - 2019-12-15

Fixed

  • Links to docs for specific macros.

0.1.0 - 2019-12-15

Added