Skip to content

Commit e4e2fc6

Browse files
authored
chore: release v1.7.2 (#347)
1 parent 7d940b0 commit e4e2fc6

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.7.2](https://github.com/Boshen/cargo-shear/compare/v1.7.1...v1.7.2) - 2025-12-09
11+
12+
### <!-- 4 -->⚡ Performance
13+
- Use simdutf8 for faster file reading ([#359](https://github.com/Boshen/cargo-shear/pull/359)) (by @Boshen)
14+
15+
### <!-- 9 -->💼 Other
16+
- Show cargo build output when expanding ([#358](https://github.com/Boshen/cargo-shear/pull/358)) (by @CathalMullan)
17+
- Show cargo metadata output to users ([#356](https://github.com/Boshen/cargo-shear/pull/356)) (by @Boshen)
18+
- Fix feature ref diagnostic to include plain dep enablements ([#355](https://github.com/Boshen/cargo-shear/pull/355)) (by @CathalMullan)
19+
- Rewrite source parser to use `pulldown-cmark` for comment parsing ([#353](https://github.com/Boshen/cargo-shear/pull/353)) (by @CathalMullan)
20+
- Add OpenAI Codex to trophy case (by @Boshen)
21+
- Collect imports inside macros ([#346](https://github.com/Boshen/cargo-shear/pull/346)) (by @CathalMullan)
22+
23+
### Contributors
24+
25+
* @Boshen
26+
* @CathalMullan
27+
* @renovate[bot]
28+
1029
## [1.7.1](https://github.com/Boshen/cargo-shear/compare/v1.7.0...v1.7.1) - 2025-12-03
1130

1231
### <!-- 9 -->💼 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.7.1"
3+
version = "1.7.2"
44
edition = "2024"
55
description = "Detect and fix unused/misplaced dependencies from Cargo.toml"
66
authors = ["Boshen <[email protected]>"]

0 commit comments

Comments
 (0)