Skip to content

Commit d6f8a00

Browse files
committed
Release 0.12.0
1 parent a5f6d19 commit d6f8a00

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.12.0] - 2022-11-07
1213
## Changed
1314
- [PR#51](https://github.com/EmbarkStudios/cfg-expr/pull/51) updated the builtin target list to 1.65.0. Thanks [@sunshowers](https://github.com/sunshowers)!
1415

@@ -125,7 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125126
- Initial add of all the things
126127

127128
<!-- next-url -->
128-
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.11.0...HEAD
129+
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.12.0...HEAD
130+
[0.12.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.11.0...0.12.0
129131
[0.11.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.10.3...0.11.0
130132
[0.10.3]: https://github.com/EmbarkStudios/cfg-expr/compare/0.10.2...0.10.3
131133
[0.10.2]: https://github.com/EmbarkStudios/cfg-expr/compare/0.10.1...0.10.2

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

0 commit comments

Comments
 (0)