From 336ded00991abfdf5884da6e0488bcd542a9a695 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 10 Apr 2024 17:13:46 +0200 Subject: [PATCH] Release 0.15.8 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d58e7a..30c5b84 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.15.8] - 2024-04-10 ### Changed - [PR#69](https://github.com/EmbarkStudios/cfg-expr/pull/67) updated the builtin target list to 1.77.2. @@ -169,7 +170,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.15.7...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.8...HEAD +[0.15.8]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.7...0.15.8 [0.15.7]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.6...0.15.7 [0.15.6]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.5...0.15.6 [0.15.5]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.4...0.15.5 diff --git a/Cargo.toml b/Cargo.toml index 653d3d7..7a1026d 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.15.7" +version = "0.15.8" authors = [ "Embark ", "Jake Shadle ",