Skip to content

Latest commit

 

History

History
110 lines (72 loc) · 2.66 KB

File metadata and controls

110 lines (72 loc) · 2.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.

[Unreleased]

7.0.8 - 2026-04-02

Other

  • bump toml to version 1
  • bump release-drafter/release-drafter v5 to v6
  • bump codecov/codecov-action v4 to v5
  • pin taiki-e/install-action to v2
  • replace deprecated actions-rs/* with dtolnay/rust-toolchain and direct cargo commands
  • add CLAUDE.md

7.0.7 - 2025-10-31

Fixed

  • fix new clippy warning

Other

  • use a BTreeMap to store dependencies libs

7.0.6 - 2025-10-14

Fixed

  • fix new clippy warnings
  • fix new clippy warnings

Other

  • Remove dependency on serde
  • Update to toml 0.9
  • add missing const
  • add missing backticks in doc

7.0.5 - 2025-05-22

Other

  • set rust-version to 1.78.0
  • allow cfg-expr between 0.17 and 0.20

7.0.4 - 2025-05-20

Fixed

  • fix new clippy warning

Other

  • update to itertools 0.14
  • update to cfg-expr 0.20
  • fix trailing ' in commands
  • add names to test manifests
  • use codecov-action v4
  • update coverage badge
  • use actions/checkout@v4
  • re-add coverage job

7.0.3 - 2024-09-22

Other

  • Update cfg-expr to 0.17

7.0.2 - 2024-08-16

Fixed

  • fix new clippy warning

Other

  • Add cargo:rerun-if-changed=Cargo.toml to config probe
  • Fix some errors in docs
  • update to cfg-expr 0.16

7.0.1 - 2024-06-18

Other

  • bump minimal pkg-config version to 0.3.25

7.0.0 - 2024-06-17

Fixed

  • fix new clippy warning

Other

  • Add support for linker flags
  • reformat
  • update itertools dep

6.2.2 - 2024-03-19

Other

  • Update to heck 0.5, version-compare 0.2 and itertools 0.12

6.2.1 - 2024-03-14

Other

  • Don't ignore transitive imports when probing a static library
  • ignore version_range_unsatisfied
  • fix 'optional' test on Ubuntu CI
  • use release-plz