Skip to content

Commit ffd76b8

Browse files
committed
Release 0.12.0
1 parent 8b64d91 commit ffd76b8

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

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
## [0.12.0] - 2022-10-06
1112
### Added
1213
- [PR#42](https://github.com/EmbarkStudios/krates/pull/42) added support for features, adding nodes for each unique future, and linking edges between dependencies and features themselves. This (hopefully) properly takes into account the existing ways of pruning the graph via targets, exclusions etc. It also allows the retrieval of that final feature set via `Krates::get_enabled_features`.
1314

@@ -92,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9293
- Initial implementation
9394

9495
<!-- next-url -->
95-
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.11.0...HEAD
96+
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.12.0...HEAD
97+
[0.12.0]: https://github.com/EmbarkStudios/krates/compare/0.11.0...0.12.0
9698
[0.11.0]: https://github.com/EmbarkStudios/krates/compare/0.10.1...0.11.0
9799
[0.10.1]: https://github.com/EmbarkStudios/krates/compare/0.10.0...0.10.1
98100
[0.10.0]: https://github.com/EmbarkStudios/krates/compare/0.9.0...0.10.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "krates"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
description = "Create graphs of crates gathered from cargo metadata"
55
authors = [
66
"Embark <[email protected]>",

0 commit comments

Comments
 (0)