Skip to content

Commit ad25ce2

Browse files
committed
Release 0.19.0
1 parent a9576c6 commit ad25ce2

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.19.0] - 2025-04-03
1112
### Changed
1213
- [PR#102](https://github.com/EmbarkStudios/krates/pull/102) updated crates.
1314

@@ -253,7 +254,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
253254
- Initial implementation
254255

255256
<!-- next-url -->
256-
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.18.1...HEAD
257+
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.19.0...HEAD
258+
[0.19.0]: https://github.com/EmbarkStudios/krates/compare/0.18.1...0.19.0
257259
[0.18.1]: https://github.com/EmbarkStudios/krates/compare/0.18.0...0.18.1
258260
[0.18.0]: https://github.com/EmbarkStudios/krates/compare/0.17.5...0.18.0
259261
[0.17.5]: https://github.com/EmbarkStudios/krates/compare/0.17.4...0.17.5

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

0 commit comments

Comments
 (0)