Skip to content

Commit ab9e9a7

Browse files
authored
chore: release v1.6.6 (#325)
1 parent 4178d39 commit ab9e9a7

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.6](https://github.com/Boshen/cargo-shear/compare/v1.6.5...v1.6.6) - 2025-11-26
11+
12+
### Fixed
13+
14+
- fix incorrect `--version` output ([#326](https://github.com/Boshen/cargo-shear/pull/326))
15+
16+
### Other
17+
18+
- Fix detection of redundant workspace ignores ([#324](https://github.com/Boshen/cargo-shear/pull/324))
19+
- Switch from `syn` to `ra_ap_syntax` for parsing ([#322](https://github.com/Boshen/cargo-shear/pull/322))
20+
1021
## [1.6.5](https://github.com/Boshen/cargo-shear/compare/v1.6.4...v1.6.5) - 2025-11-24
1122

1223
### 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.5"
3+
version = "1.6.6"
44
edition = "2024"
55
description = "Detect and fix unused/misplaced dependencies from Cargo.toml"
66
authors = ["Boshen <boshenc@gmail.com>"]

0 commit comments

Comments
 (0)