Skip to content

Commit c1e7ab7

Browse files
committed
Release 0.13.0
1 parent 81681a4 commit c1e7ab7

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.13.0] - 2022-12-19
1213
### Changed
1314
- [PR#56](https://github.com/EmbarkStudios/cfg-expr/pull/56) updated the builtin target list to 1.66.0. Thanks [@sunshowers](https://github.com/sunshowers)!
1415

@@ -129,7 +130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
129130
- Initial add of all the things
130131

131132
<!-- next-url -->
132-
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.12.0...HEAD
133+
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.13.0...HEAD
134+
[0.13.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.12.0...0.13.0
133135
[0.12.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.11.0...0.12.0
134136
[0.11.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.10.3...0.11.0
135137
[0.10.3]: https://github.com/EmbarkStudios/cfg-expr/compare/0.10.2...0.10.3

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

0 commit comments

Comments
 (0)