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.7.3] - 2021-03-16
910### Added
1011- [ PR #25 ] ( https://github.com/EmbarkStudios/cfg-expr/pull/25 ) added ` Clone ` for ` Expression ` . Thanks [ @gdesmott ] ( https://github.com/gdesmott ) !
1112## [ 0.7.2] - 2021-03-16
@@ -68,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6869- Initial add of all the things
6970
7071<!-- next-url -->
71- [ Unreleased ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.7.2...HEAD
72+ [ Unreleased ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.7.3...HEAD
73+ [ 0.7.3 ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.7.2...0.7.3
7274[ 0.7.2 ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.7.1...0.7.2
7375[ 0.7.1 ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.7.0...0.7.1
7476[ 0.7.0 ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.6.0...0.7.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.7.2 "
5+ version = " 0.7.3 "
66authors = [" Embark <opensource@embark-studios.com>" , " Jake Shadle <jake.shadle@embark-studios.com>" ]
77edition = " 2018"
88license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments