From d6f8a002c020b06506a56bffc03116b2fbbea3be Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 7 Nov 2022 08:59:58 +0100 Subject: [PATCH] Release 0.12.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aecb251..b5f5c88 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.12.0] - 2022-11-07 ## Changed - [PR#51](https://github.com/EmbarkStudios/cfg-expr/pull/51) updated the builtin target list to 1.65.0. Thanks [@sunshowers](https://github.com/sunshowers)! @@ -125,7 +126,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.11.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.12.0...HEAD +[0.12.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.11.0...0.12.0 [0.11.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.10.3...0.11.0 [0.10.3]: https://github.com/EmbarkStudios/cfg-expr/compare/0.10.2...0.10.3 [0.10.2]: https://github.com/EmbarkStudios/cfg-expr/compare/0.10.1...0.10.2 diff --git a/Cargo.toml b/Cargo.toml index 31ca78a..c6c707a 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.11.0" +version = "0.12.0" authors = [ "Embark ", "Jake Shadle ",