Skip to content

Commit 021f0d4

Browse files
committed
Release 0.20.3
1 parent 9c253de commit 021f0d4

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.3] - 2025-09-18
1213
### Changed
1314
- [PR#82](https://github.com/EmbarkStudios/cfg-expr/pull/82) updated the builtin target list to 1.90.0.
1415

@@ -210,7 +211,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
210211
- Initial add of all the things
211212

212213
<!-- next-url -->
213-
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.20.2...HEAD
214+
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.20.3...HEAD
215+
[0.20.3]: https://github.com/EmbarkStudios/cfg-expr/compare/0.20.2...0.20.3
214216
[0.20.2]: https://github.com/EmbarkStudios/cfg-expr/compare/0.20.1...0.20.2
215217
[0.20.1]: https://github.com/EmbarkStudios/cfg-expr/compare/0.20.0...0.20.1
216218
[0.20.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.19.0...0.20.0

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

0 commit comments

Comments
 (0)