Skip to content

Commit e0950bb

Browse files
authored
chore: release v1.6.4 (#313)
1 parent 2de5726 commit e0950bb

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
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.4](https://github.com/Boshen/cargo-shear/compare/v1.6.3...v1.6.4) - 2025-11-22
11+
12+
### Other
13+
14+
- Refactor dependency analysis to properly handle code imports, dependency keys, and package names ([#315](https://github.com/Boshen/cargo-shear/pull/315))
15+
- Refactor tests, add snapshot testing, improve edge case coverage ([#314](https://github.com/Boshen/cargo-shear/pull/314))
16+
- *(deps)* update rust crates ([#312](https://github.com/Boshen/cargo-shear/pull/312))
17+
- *(deps)* update github-actions ([#311](https://github.com/Boshen/cargo-shear/pull/311))
18+
1019
## [1.6.3](https://github.com/Boshen/cargo-shear/compare/v1.6.2...v1.6.3) - 2025-11-14
1120

1221
### Other

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,6 +1,6 @@
11
[package]
22
name = "cargo-shear"
3-
version = "1.6.3"
3+
version = "1.6.4"
44
edition = "2024"
55
description = "Detect and remove unused dependencies from Cargo.toml"
66
authors = ["Boshen <[email protected]>"]

0 commit comments

Comments
 (0)