Skip to content

Commit 22403eb

Browse files
committed
Release 0.12.5
1 parent d6a9db4 commit 22403eb

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.5] - 2022-11-08
1112
### Fixed
1213
- [PR#51](https://github.com/EmbarkStudios/krates/pull/51) resolved [#50](https://github.com/EmbarkStudios/krates/issues/50) by no longer treating the feature set in the index as authoritative, but rather just merging in the keys that were not already located in the feature set from the crate itself. This would mean that features that are present in both but with different sub-features from the index will now be lost, but that can be fixed later if it is actually an issue.
1314

@@ -115,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115116
- Initial implementation
116117

117118
<!-- next-url -->
118-
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.12.4...HEAD
119+
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.12.5...HEAD
120+
[0.12.5]: https://github.com/EmbarkStudios/krates/compare/0.12.4...0.12.5
119121
[0.12.4]: https://github.com/EmbarkStudios/krates/compare/0.12.3...0.12.4
120122
[0.12.3]: https://github.com/EmbarkStudios/krates/compare/0.12.2...0.12.3
121123
[0.12.2]: https://github.com/EmbarkStudios/krates/compare/0.12.1...0.12.2

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.12.4"
3+
version = "0.12.5"
44
description = "Create graphs of crates gathered from cargo metadata"
55
authors = [
66
"Embark <[email protected]>",

0 commit comments

Comments
 (0)