diff --git a/CHANGELOG.md b/CHANGELOG.md index adb2a4d..7babbf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.3](https://github.com/gdesmott/system-deps/compare/v7.0.2...v7.0.3) - 2024-09-22 + +### Other + +- Update cfg-expr to 0.17 + ## [7.0.2](https://github.com/gdesmott/system-deps/compare/v7.0.1...v7.0.2) - 2024-08-16 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 307ea1d..013203a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system-deps" -version = "7.0.2" +version = "7.0.3" authors = [ "Guillaume Desmottes ", "Josh Triplett ",