Skip to content

Commit c0f8259

Browse files
authored
chore: release v1.6.5 (#317)
1 parent 8b2b415 commit c0f8259

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.5](https://github.com/Boshen/cargo-shear/compare/v1.6.4...v1.6.5) - 2025-11-24
11+
12+
### Other
13+
14+
- Improve error reporting for misplaced deps, and mention fix flag if not used ([#318](https://github.com/Boshen/cargo-shear/pull/318))
15+
- *(deps)* update rust crate syn to v2.0.111 ([#320](https://github.com/Boshen/cargo-shear/pull/320))
16+
- *(deps)* update github-actions ([#319](https://github.com/Boshen/cargo-shear/pull/319))
17+
- Detect and fix misplaced dev dependencies ([#316](https://github.com/Boshen/cargo-shear/pull/316))
18+
1019
## [1.6.4](https://github.com/Boshen/cargo-shear/compare/v1.6.3...v1.6.4) - 2025-11-22
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.4"
3+
version = "1.6.5"
44
edition = "2024"
55
description = "Detect and fix unused/misplaced dependencies from Cargo.toml"
66
authors = ["Boshen <[email protected]>"]

0 commit comments

Comments
 (0)