Skip to content

Commit 0bc8104

Browse files
committed
Release 0.6.2
1 parent 0faf817 commit 0bc8104

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.6.2 (released on 2024-03-24)
2+
3+
- Added: shorter display when scanning the current directory (#109).
4+
- Fix: adapt to latest pkgid specification, so as not to crash with `--with-metadata` (#106).
5+
16
# 0.6.1 (released on 2024-02-21)
27

38
- Chore: bump major dependencies, to fix parsing issues of Cargo.toml files (#101, #105).

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,7 +1,7 @@
11
[package]
22
name = "cargo-machete"
33
edition = "2021"
4-
version = "0.6.1"
4+
version = "0.6.2"
55
description = "Find unused dependencies with this one weird trick!"
66
authors = ["Benjamin Bouvier <public@benj.me>"]
77
repository = "https://github.com/bnjbvr/cargo-machete"

0 commit comments

Comments
 (0)