From f504d6af534c3b2e68d9a62f6d9f8b584c4feaa4 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 15 Nov 2024 12:24:06 +0100 Subject: [PATCH] Release 0.17.1 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ddd03..725e4e2 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.1] - 2024-11-15 ### Changed - [PR#75](https://github.com/EmbarkStudios/cfg-expr/pull/75) updated the builtin target list to 1.82.0. @@ -181,7 +182,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.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.17.1...HEAD +[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 [0.15.8]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.7...0.15.8 diff --git a/Cargo.lock b/Cargo.lock index ef23933..6702510 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,7 +15,7 @@ dependencies = [ [[package]] name = "cfg-expr" -version = "0.17.0" +version = "0.17.1" dependencies = [ "similar-asserts", "smallvec", diff --git a/Cargo.toml b/Cargo.toml index 359deca..2701d4e 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.0" +version = "0.17.1" authors = [ "Embark ", "Jake Shadle ",