From 0bc8104fae5b4990eca23e070b9e67521f44c0e5 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Sun, 24 Mar 2024 13:24:05 +0100 Subject: [PATCH] Release 0.6.2 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 763542f..1a2406d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.6.2 (released on 2024-03-24) + +- Added: shorter display when scanning the current directory (#109). +- Fix: adapt to latest pkgid specification, so as not to crash with `--with-metadata` (#106). + # 0.6.1 (released on 2024-02-21) - Chore: bump major dependencies, to fix parsing issues of Cargo.toml files (#101, #105). diff --git a/Cargo.lock b/Cargo.lock index 715c9e8..b3aab4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "cargo-machete" -version = "0.6.1" +version = "0.6.2" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 413675d..7d96bea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-machete" edition = "2021" -version = "0.6.1" +version = "0.6.2" description = "Find unused dependencies with this one weird trick!" authors = ["Benjamin Bouvier "] repository = "https://github.com/bnjbvr/cargo-machete"