Skip to content

Commit

Permalink
Release 0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Nov 14, 2024
1 parent 0ca60a4 commit 13f2cb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.17.5] - 2024-11-14
### Fixed
- [PR#98](https://github.com/EmbarkStudios/krates/pull/98) resolved [#84](https://github.com/EmbarkStudios/krates/issues/84) and [#97](https://github.com/EmbarkStudios/krates/issues/97) by resolving `<crate>/<feature>` references to the correct crate in all cases, as it could have resolved to a crate with the same name but different version/feature set previously.

Expand Down Expand Up @@ -237,7 +238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial implementation

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.17.4...HEAD
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.17.5...HEAD
[0.17.5]: https://github.com/EmbarkStudios/krates/compare/0.17.4...0.17.5
[0.17.4]: https://github.com/EmbarkStudios/krates/compare/0.17.3...0.17.4
[0.17.3]: https://github.com/EmbarkStudios/krates/compare/0.17.2...0.17.3
[0.17.2]: https://github.com/EmbarkStudios/krates/compare/0.17.1...0.17.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "krates"
version = "0.17.4"
version = "0.17.5"
description = "Create graphs of crates gathered from cargo metadata"
authors = [
"Embark <[email protected]>",
Expand Down

0 comments on commit 13f2cb2

Please sign in to comment.