Skip to content

Commit 4825217

Browse files
authored
chore: release v1.6.0 (#276)
1 parent 98b830b commit 4825217

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.5.2"
3+
version = "1.6.0"
44
edition = "2024"
55
description = "Detect and remove unused dependencies from Cargo.toml"
66
authors = ["Boshen <[email protected]>"]

0 commit comments

Comments
 (0)