Skip to content

Commit 3a3a9de

Browse files
montfortclaude
andauthored
chore: bump CLI version to 3.2.1 (#50)
Patch release to republish crate with fixed language links in README. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7113b22 commit 3a3a9de

10 files changed

Lines changed: 31 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project uses [independent versioning](README.md#versioning) for Framewo
77

88
---
99

10+
## CLI 3.2.1 — crates.io README Language Links Fix
11+
12+
### Fixed (CLI)
13+
- Use absolute GitHub URLs for Español and 简体中文 language links in README so they resolve correctly on crates.io
14+
15+
---
16+
1017
## Framework 4.2.0 / CLI 3.2.0 — Simplified Chinese (zh-CN) Localization
1118

1219
### Added (Framework)

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DevTrail uses **independent versions** for framework and CLI:
4343
| Component | Tag format | Current | Example |
4444
|-----------|-----------|---------|---------|
4545
| Framework | `fw-X.Y.Z` | fw-4.2.0 | `fw-4.2.0` |
46-
| CLI | `cli-X.Y.Z` | cli-3.2.0 | `cli-3.2.0` |
46+
| CLI | `cli-X.Y.Z` | cli-3.2.1 | `cli-3.2.1` |
4747

4848
Follow [semver](https://semver.org/):
4949
- **Major**: breaking changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ DevTrail uses independent version tags for each component:
150150
| Component | Tag prefix | Example | Includes |
151151
|-----------|-----------|---------|----------|
152152
| Framework | `fw-` | `fw-4.2.0` | Templates (12 types), governance, directives |
153-
| CLI | `cli-` | `cli-3.2.0` | The `devtrail` binary |
153+
| CLI | `cli-` | `cli-3.2.1` | The `devtrail` binary |
154154

155155
Check installed versions with `devtrail status` or `devtrail about`.
156156

cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devtrail-cli"
3-
version = "3.2.0"
3+
version = "3.2.1"
44
edition = "2021"
55
description = "CLI tool for DevTrail - Documentation Governance for AI-Assisted Development"
66
license = "MIT"

docs/adopters/CLI-REFERENCE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ DevTrail uses **independent version tags** for each component:
4949
| Component | Tag prefix | Example | What it includes |
5050
|-----------|-----------|---------|------------------|
5151
| Framework | `fw-` | `fw-4.2.0` | Templates (12 types), governance docs, directives |
52-
| CLI | `cli-` | `cli-3.2.0` | The `devtrail` binary |
52+
| CLI | `cli-` | `cli-3.2.1` | The `devtrail` binary |
5353

5454
Framework and CLI are released independently. A framework update does not require a CLI update, and vice versa.
5555

@@ -110,7 +110,7 @@ $ devtrail update
110110
Updating framework...
111111
✔ Framework updated to fw-4.2.0
112112
Updating CLI...
113-
✔ CLI updated to cli-3.2.0
113+
✔ CLI updated to cli-3.2.1
114114
```
115115

116116
---
@@ -143,11 +143,11 @@ Use `--method` to override auto-detection: `--method=github` or `--method=cargo`
143143

144144
```bash
145145
$ devtrail update-cli
146-
✔ CLI updated to cli-3.2.0
146+
✔ CLI updated to cli-3.2.1
147147

148148
$ devtrail update-cli --method=cargo
149149
Compiling from source, this may take a few minutes...
150-
✔ CLI updated to cli-3.2.0
150+
✔ CLI updated to cli-3.2.1
151151
```
152152

153153
---
@@ -210,7 +210,7 @@ $ devtrail status
210210
┌───────────┬──────────────────────────┐
211211
│ Path │ /home/user/my-project │
212212
│ Framework │ fw-4.2.0 │
213-
│ CLI │ cli-3.2.0
213+
│ CLI │ cli-3.2.1
214214
│ Language │ en │
215215
└───────────┴──────────────────────────┘
216216
@@ -634,7 +634,7 @@ Show version, authorship, and license information.
634634
```bash
635635
$ devtrail about
636636
DevTrail CLI
637-
CLI version: cli-3.2.0
637+
CLI version: cli-3.2.1
638638
Framework version: fw-4.2.0
639639
Author: Strange Days Tech, S.A.S.
640640
License: MIT

docs/i18n/es/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ DevTrail usa tags de versión independientes para cada componente:
150150
| Componente | Prefijo de tag | Ejemplo | Incluye |
151151
|------------|---------------|---------|---------|
152152
| Framework | `fw-` | `fw-4.2.0` | Plantillas (12 tipos), gobernanza, directivas |
153-
| CLI | `cli-` | `cli-3.2.0` | El binario `devtrail` |
153+
| CLI | `cli-` | `cli-3.2.1` | El binario `devtrail` |
154154

155155
Verifica las versiones instaladas con `devtrail status` o `devtrail about`.
156156

docs/i18n/es/adopters/CLI-REFERENCE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ DevTrail usa **tags de versión independientes** para cada componente:
4949
| Componente | Prefijo de tag | Ejemplo | Qué incluye |
5050
|------------|---------------|---------|-------------|
5151
| Framework | `fw-` | `fw-4.2.0` | Plantillas (12 tipos), docs de gobernanza, directivas |
52-
| CLI | `cli-` | `cli-3.2.0` | El binario `devtrail` |
52+
| CLI | `cli-` | `cli-3.2.1` | El binario `devtrail` |
5353

5454
Framework y CLI se publican de forma independiente. Una actualización del framework no requiere actualización del CLI, y viceversa.
5555

@@ -109,7 +109,7 @@ $ devtrail update
109109
Updating framework...
110110
✔ Framework updated to fw-4.2.0
111111
Updating CLI...
112-
✔ CLI updated to cli-3.2.0
112+
✔ CLI updated to cli-3.2.1
113113
```
114114

115115
---
@@ -142,11 +142,11 @@ Usa `--method` para forzar el método: `--method=github` o `--method=cargo`.
142142

143143
```bash
144144
$ devtrail update-cli
145-
✔ CLI updated to cli-3.2.0
145+
✔ CLI updated to cli-3.2.1
146146

147147
$ devtrail update-cli --method=cargo
148148
Compiling from source, this may take a few minutes...
149-
✔ CLI updated to cli-3.2.0
149+
✔ CLI updated to cli-3.2.1
150150
```
151151

152152
---
@@ -204,7 +204,7 @@ DevTrail Status
204204
───────────────
205205
Path: /home/user/my-project
206206
Framework version: fw-4.2.0
207-
CLI version: cli-3.2.0
207+
CLI version: cli-3.2.1
208208
Language: en
209209
Structure: ✔ Complete
210210

@@ -513,7 +513,7 @@ Muestra información de versión, autoría y licencia.
513513
```bash
514514
$ devtrail about
515515
DevTrail CLI
516-
CLI version: cli-3.2.0
516+
CLI version: cli-3.2.1
517517
Framework version: fw-4.2.0
518518
Author: Strange Days Tech, S.A.S.
519519
License: MIT

docs/i18n/zh-CN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ DevTrail 为每个组件使用独立的版本标签:
150150
| 组件 | 标签前缀 | 示例 | 包含内容 |
151151
|------|----------|------|----------|
152152
| Framework | `fw-` | `fw-4.2.0` | 模板(12 种类型)、治理文档、指令 |
153-
| CLI | `cli-` | `cli-3.2.0` | `devtrail` 二进制文件 |
153+
| CLI | `cli-` | `cli-3.2.1` | `devtrail` 二进制文件 |
154154

155155
使用 `devtrail status``devtrail about` 查看已安装的版本。
156156

docs/i18n/zh-CN/adopters/CLI-REFERENCE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ DevTrail 为每个组件使用**独立的版本标签**:
4949
| 组件 | 标签前缀 | 示例 | 包含内容 |
5050
|------|----------|------|----------|
5151
| Framework | `fw-` | `fw-4.2.0` | 模板(12 种类型)、治理文档、指令 |
52-
| CLI | `cli-` | `cli-3.2.0` | `devtrail` 二进制文件 |
52+
| CLI | `cli-` | `cli-3.2.1` | `devtrail` 二进制文件 |
5353

5454
Framework 和 CLI 独立发布。Framework 更新不需要 CLI 更新,反之亦然。
5555

@@ -110,7 +110,7 @@ $ devtrail update
110110
Updating framework...
111111
✔ Framework updated to fw-4.2.0
112112
Updating CLI...
113-
✔ CLI updated to cli-3.2.0
113+
✔ CLI updated to cli-3.2.1
114114
```
115115

116116
---
@@ -143,11 +143,11 @@ $ devtrail update-framework
143143

144144
```bash
145145
$ devtrail update-cli
146-
✔ CLI updated to cli-3.2.0
146+
✔ CLI updated to cli-3.2.1
147147

148148
$ devtrail update-cli --method=cargo
149149
Compiling from source, this may take a few minutes...
150-
✔ CLI updated to cli-3.2.0
150+
✔ CLI updated to cli-3.2.1
151151
```
152152

153153
---
@@ -210,7 +210,7 @@ $ devtrail status
210210
┌───────────┬──────────────────────────┐
211211
│ Path │ /home/user/my-project │
212212
│ Framework │ fw-4.2.0 │
213-
│ CLI │ cli-3.2.0
213+
│ CLI │ cli-3.2.1
214214
│ Language │ en │
215215
└───────────┴──────────────────────────┘
216216
@@ -634,7 +634,7 @@ $ devtrail explore
634634
```bash
635635
$ devtrail about
636636
DevTrail CLI
637-
CLI version: cli-3.2.0
637+
CLI version: cli-3.2.1
638638
Framework version: fw-4.2.0
639639
Author: Strange Days Tech, S.A.S.
640640
License: MIT

0 commit comments

Comments
 (0)