qtcloud-devops-cli 0.9.3

量潮DevOps云命令行工具
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# TODO — quanttide-devops 0.2 迁移

## 确认的 API 变更

| 0.1.5 | 0.2.1 |
|-------|-------|
| `VersionStatus` | `VersionState` |
| `version_status(repo, scope)` | `verify_version(repo, scope)` |

(其他变更待 cargo build 发现)

## 步骤

- [ ] `Cargo.toml`: `quanttide-devops = "0.2.1"`
- [ ] 适配 `contract.rs` API 变更

- [ ] `cargo test` 全量通过