Skip to content

Commit f504d6a

Browse files
committed
Release 0.17.1
1 parent 26b0575 commit f504d6a

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.17.1] - 2024-11-15
1213
### Changed
1314
- [PR#75](https://github.com/EmbarkStudios/cfg-expr/pull/75) updated the builtin target list to 1.82.0.
1415

@@ -181,7 +182,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
181182
- Initial add of all the things
182183

183184
<!-- next-url -->
184-
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.17.0...HEAD
185+
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.17.1...HEAD
186+
[0.17.1]: https://github.com/EmbarkStudios/cfg-expr/compare/0.17.0...0.17.1
185187
[0.17.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.16.0...0.17.0
186188
[0.16.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.8...0.16.0
187189
[0.15.8]: https://github.com/EmbarkStudios/cfg-expr/compare/0.15.7...0.15.8

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.17.0"
5+
version = "0.17.1"
66
authors = [
77
"Embark <opensource@embark-studios.com>",
88
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)