File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
9+ ## [ 0.2.1] - 2020-03-30
910### Fixed
1011- [ PR #6 ] ( https://github.com/EmbarkStudios/cfg-expr/pull/6 ) fixed nested predicate evalution. Thanks [ @sunshowers ] ( https://github.com/sunshowers ) !
1112
@@ -21,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2122- Initial add of all the things
2223
2324<!-- next-url -->
24- [ Unreleased ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.2.0...HEAD
25+ [ Unreleased ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.2.1...HEAD
26+ [ 0.2.1 ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.2.0...0.2.1
2527[ 0.2.0 ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.1.0...0.2.0
2628[ 0.1.0 ] : https://github.com/EmbarkStudios/cfg-expr/releases/tag/0.1.0
Original file line number Diff line number Diff line change 22name = " cfg-expr"
33description = " A parser and evaluator for Rust `cfg()` expressions."
44repository = " https://github.com/EmbarkStudios/cfg-expr"
5- version = " 0.2.0 "
5+ version = " 0.2.1 "
66authors = [
" Embark <[email protected] >" ,
" Jake Shadle <[email protected] >" ]
77edition = " 2018"
88license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments