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.
7.0.8 - 2026-04-02
- 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
- fix new clippy warning
- use a BTreeMap to store dependencies libs
7.0.6 - 2025-10-14
- fix new clippy warnings
- fix new clippy warnings
- Remove dependency on serde
- Update to
toml0.9 - add missing const
- add missing backticks in doc
7.0.5 - 2025-05-22
- set rust-version to 1.78.0
- allow cfg-expr between 0.17 and 0.20
7.0.4 - 2025-05-20
- fix new clippy warning
- 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
- Update cfg-expr to 0.17
7.0.2 - 2024-08-16
- fix new clippy warning
- Add
cargo:rerun-if-changed=Cargo.tomlto config probe - Fix some errors in docs
- update to cfg-expr 0.16
7.0.1 - 2024-06-18
- bump minimal pkg-config version to 0.3.25
7.0.0 - 2024-06-17
- fix new clippy warning
- Add support for linker flags
- reformat
- update itertools dep
6.2.2 - 2024-03-19
- Update to heck 0.5, version-compare 0.2 and itertools 0.12
6.2.1 - 2024-03-14
- Don't ignore transitive imports when probing a static library
- ignore version_range_unsatisfied
- fix 'optional' test on Ubuntu CI
- use release-plz