Skip to content

Commit ed8b655

Browse files
committed
Release 0.18.1
1 parent 21f3636 commit ed8b655

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.18.1] - 2025-02-27
1112
### Fixed
1213
- [PR#101](https://github.com/EmbarkStudios/krates/pull/101) resolved [#100](https://github.com/EmbarkStudios/krates/issues/100) by correctly swallowing unknown fields for the various objects in a metadata dump.
1314

@@ -249,7 +250,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
249250
- Initial implementation
250251

251252
<!-- next-url -->
252-
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.18.0...HEAD
253+
[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.18.1...HEAD
254+
[0.18.1]: https://github.com/EmbarkStudios/krates/compare/0.18.0...0.18.1
253255
[0.18.0]: https://github.com/EmbarkStudios/krates/compare/0.17.5...0.18.0
254256
[0.17.5]: https://github.com/EmbarkStudios/krates/compare/0.17.4...0.17.5
255257
[0.17.4]: https://github.com/EmbarkStudios/krates/compare/0.17.3...0.17.4

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

0 commit comments

Comments
 (0)