Skip to content

Commit 50c018f

Browse files
committed
Release 0.20.0
1 parent 7454058 commit 50c018f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.20.0] - 2025-05-16
1213
### Changed
1314
- [PR#79](https://github.com/EmbarkStudios/cfg-expr/pull/79) updated the builtin target list to 1.87.0.
1415

@@ -198,7 +199,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
198199
- Initial add of all the things
199200

200201
<!-- next-url -->
201-
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.19.0...HEAD
202+
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.20.0...HEAD
203+
[0.20.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.19.0...0.20.0
202204
[0.19.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.18.0...0.19.0
203205
[0.18.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.17.2...0.18.0
204206
[0.17.2]: https://github.com/EmbarkStudios/cfg-expr/compare/0.17.1...0.17.2

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.19.0"
5+
version = "0.20.0"
66
authors = [
77
"Embark <[email protected]>",
88
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)