Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Sep 25, 2024
1 parent ad0fea4 commit 37beb07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# unreleased
# 0.7.0 (released on 2024-09-25)

- 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).
- Improved: fix false positives for multi dependencies single use statements (#120). This improves precision at the cost of a small performance hit.
- Improved: make usage of `--with-medata` more accurate (#122, #132).
- Improved: instead of displaying `.` for the current directory, `cargo-machete` will now display `this directory` (#109).
- 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).
- Added: `--ignore` flag which make cargo-machete respect .ignore and .gitignore files when searching for files (#95).

# 0.6.2 (released on 2024-03-24)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-machete"
edition = "2021"
version = "0.6.2"
version = "0.7.0"
description = "Find unused dependencies with this one weird trick!"
authors = ["Benjamin Bouvier <public@benj.me>"]
repository = "https://github.com/bnjbvr/cargo-machete"
Expand Down

0 comments on commit 37beb07

Please sign in to comment.