Skip to content

Commit 960f370

Browse files
committed
Release 0.15.2
1 parent 919cb03 commit 960f370

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
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12+
## [0.15.2] - 2023-06-02
1213
### Changed
1314
- [PR#59](https://github.com/EmbarkStudios/cfg-expr/pull/60) updated the builtin target list to 1.70.0.
1415

@@ -145,7 +146,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145146
- Initial add of all the things
146147

147148
<!-- next-url -->
148-
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.1...HEAD
149+
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.2...HEAD
150+
[0.15.2]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.1...0.15.2
149151
[0.15.1]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.0...0.15.1
150152
[0.15.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.14.0...0.15.0
151153
[0.14.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.13.0...0.14.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.15.1"
5+
version = "0.15.2"
66
authors = [
77
"Embark <opensource@embark-studios.com>",
88
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)