Skip to content

Commit 8dff1b3

Browse files
committed
Release 0.5.0
1 parent d2d76c1 commit 8dff1b3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Unreleased
1+
# 0.5.0 (released on 2022-11-15)
22

33
- *Breaking*: Use `argh` for parsing. Now, paths of directories to scan must be passed in the last
44
position, when running from the command line (#51).
55
- Fix rare false positive and speed up most common case (#53).
6+
- Fix loading properties from workspace (#54).
67

78
# 0.4.0 (released on 2022-10-16)
89

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.4.0"
4+
version = "0.5.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)