File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.6.0] ( https://github.com/Boshen/cargo-shear/compare/v1.5.2...v1.6.0 ) - 2025-10-15
11+
12+ ### Added
13+
14+ - collect imports from documentation code blocks ([ #289 ] ( https://github.com/Boshen/cargo-shear/pull/289 ) )
15+ - warn about redundant ignored dependencies in metadata ([ #284 ] ( https://github.com/Boshen/cargo-shear/pull/284 ) )
16+
17+ ### Other
18+
19+ - * (deps)* update github/codeql-action action to v4 ([ #287 ] ( https://github.com/Boshen/cargo-shear/pull/287 ) )
20+ - * (deps)* lock file maintenance rust crates ([ #288 ] ( https://github.com/Boshen/cargo-shear/pull/288 ) )
21+ - * (deps)* update github-actions ([ #286 ] ( https://github.com/Boshen/cargo-shear/pull/286 ) )
22+ - * (deps)* update crate-ci/typos action to v1.38.1 ([ #285 ] ( https://github.com/Boshen/cargo-shear/pull/285 ) )
23+ - * (deps)* update crate-ci/typos action to v1.38.0 ([ #283 ] ( https://github.com/Boshen/cargo-shear/pull/283 ) )
24+ - * (deps)* lock file maintenance rust crates ([ #282 ] ( https://github.com/Boshen/cargo-shear/pull/282 ) )
25+ - * (deps)* update github-actions ([ #281 ] ( https://github.com/Boshen/cargo-shear/pull/281 ) )
26+ - * (deps)* update crate-ci/typos action to v1.37.2 ([ #280 ] ( https://github.com/Boshen/cargo-shear/pull/280 ) )
27+ - * (deps)* update crate-ci/typos action to v1.37.1 ([ #279 ] ( https://github.com/Boshen/cargo-shear/pull/279 ) )
28+ - * (deps)* update crate-ci/typos action to v1.37.0 ([ #278 ] ( https://github.com/Boshen/cargo-shear/pull/278 ) )
29+ - * (deps)* update github-actions ([ #277 ] ( https://github.com/Boshen/cargo-shear/pull/277 ) )
30+ - * (deps)* update crate-ci/typos action to v1.36.3 ([ #275 ] ( https://github.com/Boshen/cargo-shear/pull/275 ) )
31+
1032## [ 1.5.2] ( https://github.com/Boshen/cargo-shear/compare/v1.5.1...v1.5.2 ) - 2025-09-22
1133
1234### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-shear"
3- version = " 1.5.2 "
3+ version = " 1.6.0 "
44edition = " 2024"
55description = " Detect and remove unused dependencies from Cargo.toml"
66authors = [
" Boshen <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments