Skip to content

Commit 869fb54

Browse files
committed
Release 0.7.2
1 parent 3e478d3 commit 869fb54

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.7.2] - 2021-03-16
910
### Added
1011
- [PR#23](https://github.com/EmbarkStudios/cfg-expr/pull/23) added a `PartialEq` implementation for `Expression`, primarily for cases where an `Expression` is stored in a type that itself requires `PartialEq`. This is only a simple syntactical equality check. Thanks [@gdesmott](https://github.com/gdesmott)!
1112

@@ -65,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6566
- Initial add of all the things
6667

6768
<!-- next-url -->
68-
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.7.1...HEAD
69+
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.7.2...HEAD
70+
[0.7.2]: https://github.com/EmbarkStudios/cfg-expr/compare/0.7.1...0.7.2
6971
[0.7.1]: https://github.com/EmbarkStudios/cfg-expr/compare/0.7.0...0.7.1
7072
[0.7.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.6.0...0.7.0
7173
[0.6.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.5.1...0.6.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.7.1"
5+
version = "0.7.2"
66
authors = ["Embark <[email protected]>", "Jake Shadle <[email protected]>"]
77
edition = "2018"
88
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)