Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Feb 21, 2024
1 parent 496661e commit 6a7a13b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.1 (released on 2024-02-21)

- Chore: bump major dependencies, to fix parsing issues of Cargo.toml files (#101, #105).

# 0.6.0 (released on 2023-09-23)

- *Breaking*/improved: match against crate name case-insensitive (#69).
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.0"
version = "0.6.1"
description = "Find unused dependencies with this one weird trick!"
authors = ["Benjamin Bouvier <[email protected]>"]
repository = "https://github.com/bnjbvr/cargo-machete"
Expand Down

0 comments on commit 6a7a13b

Please sign in to comment.