diff --git a/CHANGELOG.md b/CHANGELOG.md index 0275ce9..b8904df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.17.2] - 2024-11-29 ### Changed - [PR#76](https://github.com/EmbarkStudios/cfg-expr/pull/76) updated the builtin target list to 1.83.0. @@ -185,7 +186,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial add of all the things -[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.17.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.17.2...HEAD +[0.17.2]: https://github.com/EmbarkStudios/cfg-expr/compare/0.17.1...0.17.2 [0.17.1]: https://github.com/EmbarkStudios/cfg-expr/compare/0.17.0...0.17.1 [0.17.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.16.0...0.17.0 [0.16.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.8...0.16.0 diff --git a/Cargo.lock b/Cargo.lock index 6702510..4187070 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,7 +15,7 @@ dependencies = [ [[package]] name = "cfg-expr" -version = "0.17.1" +version = "0.17.2" dependencies = [ "similar-asserts", "smallvec", diff --git a/Cargo.toml b/Cargo.toml index 2701d4e..771d360 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cfg-expr" description = "A parser and evaluator for Rust `cfg()` expressions." repository = "https://github.com/EmbarkStudios/cfg-expr" -version = "0.17.1" +version = "0.17.2" authors = [ "Embark ", "Jake Shadle ",