Skip to content

Commit edddb57

Browse files
committed
Release 0.16.3
1 parent 1b542da commit edddb57

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
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.16.3] - 2024-01-22
1112
### Fixed
1213
- [PR#71](https://github.com/EmbarkStudios/krates/pull/71) fixed an issue introduced in [PR#70](https://github.com/EmbarkStudios/krates/pull/70) that would cause duplicates to not be detected correctly. Thanks [@louisdewar](https://github.com/louisdewar)!
1314

@@ -175,7 +176,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175176
- Initial implementation
176177

177178
<!-- next-url -->
178-
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.16.2...HEAD
179+
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.16.3...HEAD
180+
[0.16.3]: https://github.com/EmbarkStudios/krates/compare/0.16.2...0.16.3
179181
[0.16.2]: https://github.com/EmbarkStudios/krates/compare/0.16.1...0.16.2
180182
[0.16.1]: https://github.com/EmbarkStudios/krates/compare/0.16.0...0.16.1
181183
[0.16.0]: https://github.com/EmbarkStudios/krates/compare/0.15.3...0.16.0

Cargo.toml

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

0 commit comments

Comments
 (0)