Skip to content

Commit 3f8a266

Browse files
committed
chore: release v2.5.2
- Update version to 2.5.2 - Update CHANGELOG.md - Fix config permission issues for better compatibility
1 parent f4c76cb commit 3f8a266

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.5.2
4+
5+
### Patch Changes
6+
7+
- ## 修复
8+
9+
- 移除配置文件不存在时的强制退出判断,支持无权限环境下的优雅降级
10+
- 为 zcf 配置读写添加静默错误处理,提升兼容性
11+
12+
## Fixes
13+
14+
- Remove forced exit when config file doesn't exist, support graceful degradation in permission-restricted environments
15+
- Add silent error handling for zcf config read/write operations, improving compatibility
16+
317
## 2.5.1
418

519
### 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.5.1",
4+
"version": "2.5.2",
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)