Skip to content

Commit 61f1162

Browse files
committed
Release 0.6.0
1 parent 4fee072 commit 61f1162

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
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
9+
## [0.6.0] - 2021-01-04
910
### Changed
1011
- Updated the builtin target list to Rust 1.49.0, this is somewhat of a breaking change, as rustc now considers all `android` targets to have the `gnu` environment, where previously, it was unspecified.
1112

@@ -50,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5051
- Initial add of all the things
5152

5253
<!-- next-url -->
53-
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.5.1...HEAD
54+
[Unreleased]: https://github.com/EmbarkStudios/cfg-expr/compare/0.6.0...HEAD
55+
[0.6.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.5.1...0.6.0
5456
[0.5.1]: https://github.com/EmbarkStudios/cfg-expr/compare/0.5.0...0.5.1
5557
[0.5.0]: https://github.com/EmbarkStudios/cfg-expr/compare/0.4.1...0.5.0
5658
[0.4.1]: https://github.com/EmbarkStudios/cfg-expr/compare/0.4.0...0.4.1

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.5.1"
5+
version = "0.6.0"
66
authors = ["Embark <[email protected]>", "Jake Shadle <[email protected]>"]
77
edition = "2018"
88
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)