Skip to content

Commit 9f67311

Browse files
committed
Add changelog for v0.1.0
1 parent 81a165a commit 9f67311

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.1.0] - 2026-03-19
6+
7+
### Added
8+
9+
- Added GitHub Releases based installation and uninstall scripts with checksum verification.
10+
- Added `--output json` support for machine-readable CLI output.
11+
- Added configurable HTTP timeout and read-retry settings.
12+
- Added zsh and bash TAB completion support.
13+
14+
### Changed
15+
16+
- Moved installed binaries, completions, config, and build logs under `~/.cloudcanal-cli`.
17+
- Simplified the README quick start flow and installation documentation.
18+
- Improved CLI initialization resilience and network behavior.
19+
20+
### Removed
21+
22+
- Removed old directory compatibility cleanup logic from install and uninstall scripts.
23+
- Removed automatic migration from `~/.cloudcanal` to `~/.cloudcanal-cli`.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ cloudcanal jobs list --type SYNC --output json
8282
## 文档入口
8383

8484
- 安装、初始化、命令参数、示例:[docs/cloudcanal-cli-usage.md](docs/cloudcanal-cli-usage.md)
85+
- 版本变更记录:[CHANGELOG.md](CHANGELOG.md)
8586
- 机器可读输出:在查询命令后追加 `--output json`
8687
- 补全脚本:`cloudcanal completion zsh` / `cloudcanal completion bash`
8788

0 commit comments

Comments
 (0)