diff --git a/CHANGELOG.md b/CHANGELOG.md index cdf61dd..fa299f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.2.0] - 2020-02-05 ### Added - Added `targets::rustc_version` which can be used to retrieve the version string of the the rustc used to generate the list of targets. @@ -17,5 +18,6 @@ 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.1.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.2.0...HEAD +[0.2.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/EmbarkStudios/cfg-expr/releases/tag/0.1.0 diff --git a/Cargo.toml b/Cargo.toml index b4ab28c..6c3c618 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.1.0" +version = "0.2.0" authors = ["Embark ", "Jake Shadle "] edition = "2018" license = "MIT OR Apache-2.0"