diff --git a/CHANGELOG.md b/CHANGELOG.md index 643498d..cc0c4a8 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.16.0] - 2024-07-29 ### Changed - [PR#70](https://github.com/EmbarkStudios/cfg-expr/pull/70) updated the builtin target list to 1.78.0. Thanks [@sunshowers](https://github.com/sunshowers)! @@ -173,7 +174,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.8...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.16.0...HEAD +[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 [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 diff --git a/Cargo.toml b/Cargo.toml index 7a1026d..2a2a3af 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.8" +version = "0.16.0" authors = [ "Embark ", "Jake Shadle ",