Skip to content

Commit 8e15add

Browse files
committed
Release 0.20.5
1 parent a51e444 commit 8e15add

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.5] - 2025-12-12
1213
### Changed
1314
- [PR#85](https://github.com/EmbarkStudios/cfg-expr/pull/85) updated the builtin target list to 1.92.0.
1415

@@ -218,7 +219,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
218219
- Initial add of all the things
219220

220221
<!-- next-url -->
221-
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.20.4...HEAD
222+
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.20.5...HEAD
223+
[0.20.5]: https://github.com/EmbarkStudios/cfg-expr/compare/0.20.4...0.20.5
222224
[0.20.4]: https://github.com/EmbarkStudios/cfg-expr/compare/0.20.3...0.20.4
223225
[0.20.3]: https://github.com/EmbarkStudios/cfg-expr/compare/0.20.2...0.20.3
224226
[0.20.2]: https://github.com/EmbarkStudios/cfg-expr/compare/0.20.1...0.20.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.20.4"
5+
version = "0.20.5"
66
authors = [
77
"Embark <[email protected]>",
88
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)