Skip to content

Commit 383c015

Browse files
committed
Release 0.6.0
1 parent 0dbd749 commit 383c015

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.6.0 (released on 2023-09-23)
2+
3+
- *Breaking*/improved: match against crate name case-insensitive (#69).
4+
- Added: Github action (#85). See README for documentation.
5+
- Added: support for ignored workspace dependencies (#57, #86). See README for documentation.
6+
- Added: `--version` switch to print the version (#66).
7+
- Fix: avoid searching for workspace Cargo.toml longer than needed (#84).
8+
- Chore: better documentation and reporting (#63, #72, #80).
9+
110
# 0.5.0 (released on 2022-11-15)
211

312
- *Breaking*: Use `argh` for parsing. Now, paths of directories to scan must be passed in the last

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.5.0"
4+
version = "0.6.0"
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)