Skip to content

Commit 9b23066

Browse files
committed
chore: release v2.5.0
- Update version to 2.5.0 - Update CHANGELOG.md - Generated by /zcf-release command
1 parent b7b96b0 commit 9b23066

2 files changed

Lines changed: 47 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Changelog
22

3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- ## 新功能
8+
9+
- 添加完整的测试套件,包括单元测试和集成测试
10+
- 新增测试覆盖率报告功能
11+
- 支持 vitest 测试框架的多种运行模式
12+
- 添加测试辅助工具和 mock 支持
13+
- 新增 CI/CD 测试覆盖率检查
14+
15+
## New Features
16+
17+
- Add comprehensive test suite including unit and integration tests
18+
- Add test coverage reporting functionality
19+
- Support multiple vitest test framework run modes
20+
- Add test helpers and mock support
21+
- Add CI/CD test coverage checks
22+
23+
## 优化
24+
25+
- 重构 CLI 架构,将命令设置逻辑分离到独立模块
26+
- 改进项目文档结构,README 英文版改为 README_zh.md
27+
- 更新 CLAUDE.md 开发指南,添加详细的测试说明
28+
- 优化 CI 工作流程,集成测试覆盖率检查
29+
30+
## Optimization
31+
32+
- Refactor CLI architecture, separate command setup logic to standalone module
33+
- Improve project documentation structure, rename README English version to README_zh.md
34+
- Update CLAUDE.md development guide with detailed testing instructions
35+
- Optimize CI workflow with integrated test coverage checks
36+
37+
## 文档
38+
39+
- 新增完整的测试文档 (test/README.md)
40+
- 更新开发命令说明,添加测试相关命令
41+
- 完善架构说明,包含测试策略和覆盖率目标
42+
43+
## Documentation
44+
45+
- Add comprehensive testing documentation (test/README.md)
46+
- Update development command instructions with testing commands
47+
- Improve architecture documentation including test strategy and coverage goals
48+
349
## 2.4.1
450

551
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zcf",
33
"type": "module",
4-
"version": "2.4.1",
4+
"version": "2.5.0",
55
"packageManager": "pnpm@9.15.9",
66
"description": "Zero-Config Claude-Code Flow - One-click configuration tool for Claude Code",
77
"license": "MIT",

0 commit comments

Comments
 (0)