Skip to content

Commit d7f922c

Browse files
committed
Release 0.17.3
1 parent f4f6221 commit d7f922c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.17.3] - 2024-11-11
1112
### Fixed
1213
- [PR#94](https://github.com/EmbarkStudios/krates/pull/94) fixed an issue with canonical path mismatches (I presume on Windows). Thanks [@Tastaturtaste](http://github.com/Tastaturtaste)!
1314

@@ -229,7 +230,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
229230
- Initial implementation
230231

231232
<!-- next-url -->
232-
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.17.2...HEAD
233+
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.17.3...HEAD
234+
[0.17.3]: https://github.com/EmbarkStudios/krates/compare/0.17.2...0.17.3
233235
[0.17.2]: https://github.com/EmbarkStudios/krates/compare/0.17.1...0.17.2
234236
[0.17.1]: https://github.com/EmbarkStudios/krates/compare/0.17.0...0.17.1
235237
[0.17.0]: https://github.com/EmbarkStudios/krates/compare/0.16.10...0.17.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)