Skip to content

Commit d1d0cf4

Browse files
committed
Release 0.17.4
1 parent 61db05a commit d1d0cf4

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.4] - 2024-11-14
1112
### Fixed
1213
- [PR#96](https://github.com/EmbarkStudios/krates/pull/96) fixed an issue where package specs didn't allow the `@` separator, resolving [cargo-deny#717](https://github.com/EmbarkStudios/cargo-deny/issues/717).
1314

@@ -233,7 +234,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
233234
- Initial implementation
234235

235236
<!-- next-url -->
236-
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.17.3...HEAD
237+
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.17.4...HEAD
238+
[0.17.4]: https://github.com/EmbarkStudios/krates/compare/0.17.3...0.17.4
237239
[0.17.3]: https://github.com/EmbarkStudios/krates/compare/0.17.2...0.17.3
238240
[0.17.2]: https://github.com/EmbarkStudios/krates/compare/0.17.1...0.17.2
239241
[0.17.1]: https://github.com/EmbarkStudios/krates/compare/0.17.0...0.17.1

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

0 commit comments

Comments
 (0)