Skip to content

Commit 4977846

Browse files
committed
Release 0.3.0
1 parent cd03466 commit 4977846

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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.3.0] - 2020-04-05
910
### Changed
1011
- [PR#7](https://github.com/EmbarkStudios/cfg-expr/pull/7) changed `Expression::eval` to take a `Logic` trait, to enable evaluation of 'unknown' predicates. Thanks [@sunshowers](https://github.com/sunshowers)!
1112

@@ -25,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2526
- Initial add of all the things
2627

2728
<!-- next-url -->
28-
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.2.1...HEAD
29+
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.3.0...HEAD
30+
[0.3.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.2.1...0.3.0
2931
[0.2.1]: https://github.com/EmbarkStudios/cfg-expr/compare/0.2.0...0.2.1
3032
[0.2.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.1.0...0.2.0
3133
[0.1.0]: https://github.com/EmbarkStudios/cfg-expr/releases/tag/0.1.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cfg-expr"
33
description = "A parser and evaluator for Rust `cfg()` expressions."
44
repository = "https://github.com/EmbarkStudios/cfg-expr"
5-
version = "0.2.1"
5+
version = "0.3.0"
66
authors = ["Embark <[email protected]>", "Jake Shadle <[email protected]>"]
77
edition = "2018"
88
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)