Skip to content

Commit 987be14

Browse files
committed
Release 0.7.0
1 parent e3f5659 commit 987be14

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# unreleased
1+
# 0.7.0 (released on 2024-09-25)
22

3+
- Breaking change: Don't search in ignored files (those specified in .ignore/.gitignore) by default. It's possible to use `--no-ignore` to search in these directories by default (#137).
4+
- Improved: fix false positives for multi dependencies single use statements (#120). This improves precision at the cost of a small performance hit.
5+
- Improved: make usage of `--with-medata` more accurate (#122, #132).
6+
- Improved: instead of displaying `.` for the current directory, `cargo-machete` will now display `this directory` (#109).
7+
- Added: There's now an automated docker image build that publishes to the [github repository](https://github.com/bnjbvr/cargo-machete/pkgs/container/cargo-machete) (#121).
38
- Added: `--ignore` flag which make cargo-machete respect .ignore and .gitignore files when searching for files (#95).
49

510
# 0.6.2 (released on 2024-03-24)

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,7 +1,7 @@
11
[package]
22
name = "cargo-machete"
33
edition = "2021"
4-
version = "0.6.2"
4+
version = "0.7.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)