diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3dd3b..083c145 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.3] - 2023-06-19 ### Fixed - [PR#61](https://github.com/EmbarkStudios/cfg-expr/pull/61) fixed an issue where `target_os = "none"` was not matching target triplets where `os = None`. Thanks [@sunshowers](https://github.com/sunshowers)! @@ -149,7 +150,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.2...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.3...HEAD +[0.15.3]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.2...0.15.3 [0.15.2]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.1...0.15.2 [0.15.1]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.0...0.15.1 [0.15.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.14.0...0.15.0 diff --git a/Cargo.toml b/Cargo.toml index 271578d..f1e06c5 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.2" +version = "0.15.3" authors = [ "Embark ", "Jake Shadle ",