Skip to content

Commit 5831e90

Browse files
committed
chore: bump version to 0.6.1
1 parent af89727 commit 5831e90

File tree

3 files changed

+35
-22
lines changed

3 files changed

+35
-22
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neve-workspace"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2024"
55
license = "MPL-2.0"
66
publish = false
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.6.0"
16+
version = "0.6.1"
1717
edition = "2024"
1818
license = "MPL-2.0"
1919
repository = "https://github.com/MCB-SMART-BOY/neve"

docs/changelog.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
```
99
┌─────────────────────────────────────────────────────────────────────────────┐
10-
│ [English] #english ──→ v0.6.0 / v0.5.0 / v0.4.x / v0.3.x / v0.2.0
11-
│ [中文] #chinese ──→ v0.6.0 / v0.5.0 / v0.4.x / v0.3.x / v0.2.0
10+
│ [English] #english ──→ v0.6.1 / v0.6.0 / v0.5.0 / v0.4.x / v0.3.x
11+
│ [中文] #chinese ──→ v0.6.1 / v0.6.0 / v0.5.0 / v0.4.x / v0.3.x
1212
└─────────────────────────────────────────────────────────────────────────────┘
1313
```
1414

@@ -22,6 +22,12 @@ Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2222

2323
> *What changed, when, and why.*
2424
25+
## [0.6.1] - 2025-12-30
26+
27+
### Fixed
28+
- **CI compatibility**: Resolved all clippy warnings for stable CI builds
29+
- **Code quality**: Fixed needless borrows, loop indexing patterns, and struct initialization
30+
2531
## [0.6.0] - 2025-12-30
2632

2733
### Added
@@ -157,6 +163,12 @@ Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
157163

158164
> 改了啥、啥时候改的、为啥改。
159165
166+
## [0.6.1] - 2025-12-30
167+
168+
### 修复
169+
- **CI 兼容性**: 解决所有 clippy 警告,确保 CI 构建稳定
170+
- **代码质量**: 修复多余借用、循环索引模式和结构体初始化问题
171+
160172
## [0.6.0] - 2025-12-30
161173

162174
### 新功能
@@ -286,6 +298,7 @@ Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
286298

287299
---
288300

301+
[0.6.1]: https://github.com/MCB-SMART-BOY/neve/compare/v0.6.0...v0.6.1
289302
[0.6.0]: https://github.com/MCB-SMART-BOY/neve/compare/v0.5.0...v0.6.0
290303
[0.5.0]: https://github.com/MCB-SMART-BOY/neve/compare/v0.4.1...v0.5.0
291304
[0.4.1]: https://github.com/MCB-SMART-BOY/neve/compare/v0.4.0...v0.4.1

0 commit comments

Comments
 (0)