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.4.1] - 2020-06-04
910### Fixed
1011- Removed ` dbg! ` prints accidentally left in.
1112
@@ -38,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3839- Initial add of all the things
3940
4041<!-- next-url -->
41- [ Unreleased ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.4.0...HEAD
42+ [ Unreleased ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.4.1...HEAD
43+ [ 0.4.1 ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.4.0...0.4.1
4244[ 0.4.0 ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.3.0...0.4.0
4345[ 0.3.0 ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.2.1...0.3.0
4446[ 0.2.1 ] : https://github.com/EmbarkStudios/cfg-expr/compare/0.2.0...0.2.1
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.4.0 "
5+ version = " 0.4.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