Skip to content

Commit 42a3d4f

Browse files
authored
chore: release v1.6.1 (#292)
1 parent 87e84c5 commit 42a3d4f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.6.1](https://github.com/Boshen/cargo-shear/compare/v1.6.0...v1.6.1) - 2025-10-27
11+
12+
### Fixed
13+
14+
- treat ignored packages as used on the workspace level ([#295](https://github.com/Boshen/cargo-shear/pull/295))
15+
16+
### Other
17+
18+
- *(deps)* lock file maintenance rust crates ([#294](https://github.com/Boshen/cargo-shear/pull/294))
19+
- *(deps)* update github-actions ([#293](https://github.com/Boshen/cargo-shear/pull/293))
20+
- *(deps)* lock file maintenance rust crates ([#291](https://github.com/Boshen/cargo-shear/pull/291))
21+
- *(deps)* update github-actions ([#290](https://github.com/Boshen/cargo-shear/pull/290))
22+
1023
## [1.6.0](https://github.com/Boshen/cargo-shear/compare/v1.5.2...v1.6.0) - 2025-10-15
1124

1225
### Added

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

0 commit comments

Comments
 (0)