Skip to content

Commit d62d75e

Browse files
committed
Release 0.18.0
1 parent 9712a2e commit d62d75e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.18.0] - 2025-02-24
1112
### Changed
1213
- [PR#99](https://github.com/EmbarkStudios/krates/pull/99) updated to edition 2024.
1314
- [PR#99](https://github.com/EmbarkStudios/krates/pull/99) changed from using `serde_derive` to manual deserialization.
@@ -245,7 +246,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
245246
- Initial implementation
246247

247248
<!-- next-url -->
248-
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.17.5...HEAD
249+
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.18.0...HEAD
250+
[0.18.0]: https://github.com/EmbarkStudios/krates/compare/0.17.5...0.18.0
249251
[0.17.5]: https://github.com/EmbarkStudios/krates/compare/0.17.4...0.17.5
250252
[0.17.4]: https://github.com/EmbarkStudios/krates/compare/0.17.3...0.17.4
251253
[0.17.3]: https://github.com/EmbarkStudios/krates/compare/0.17.2...0.17.3

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

0 commit comments

Comments
 (0)