Skip to content

Commit b380b97

Browse files
montfortclaude
andauthored
chore: bump Framework to 4.2.0 and CLI to 3.2.0 (#48)
Version bump for the Simplified Chinese (zh-CN) localization release. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b59df67 commit b380b97

29 files changed

Lines changed: 88 additions & 70 deletions

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99
inputs:
1010
tag:
11-
description: 'Release tag (e.g., cli-3.0.0)'
11+
description: 'Release tag (e.g., cli-3.2.0)'
1212
required: true
1313

1414
permissions:

.github/workflows/release-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
inputs:
99
tag:
10-
description: 'Release tag (e.g., fw-4.1.1)'
10+
description: 'Release tag (e.g., fw-4.2.0)'
1111
required: true
1212

1313
permissions:

CHANGELOG.md

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

88
---
99

10+
## Framework 4.2.0 / CLI 3.2.0 — Simplified Chinese (zh-CN) Localization
11+
12+
### Added (Framework)
13+
- **Simplified Chinese (zh-CN)**: Complete localization as the third supported language alongside English and Spanish
14+
- 12 document templates (AILOG, ADR, AIDEC, DPIA, ETH, INC, MCARD, REQ, SBOM, SEC, TDE, TES)
15+
- 12 governance documents (AGENT-RULES, AI-GOVERNANCE-POLICY, AI-KPIS, AI-LIFECYCLE-TRACKER, AI-RISK-CATALOG, C4-DIAGRAM-GUIDE, DOCUMENTATION-POLICY, GIT-BRANCHING-STRATEGY, MANAGEMENT-REVIEW-TEMPLATE, OBSERVABILITY-GUIDE, PRINCIPLES, QUICK-REFERENCE)
16+
- 5 NIST implementation guides (AI RMF Govern/Map/Measure/Manage + GenAI Risks)
17+
- 6 user-facing docs (README, CONTRIBUTING, CODE_OF_CONDUCT, ADOPTION-GUIDE, CLI-REFERENCE, WORKFLOWS)
18+
19+
### Added (CLI)
20+
- **Generic language support**: Template resolution now supports any configured language, not just hardcoded `es`
21+
22+
### Changed (Framework)
23+
- Language navigation links updated across all three languages (EN, ES, zh-CN) in governance and documentation files
24+
- Language navigation links added to English governance files (PRINCIPLES, DOCUMENTATION-POLICY, AGENT-RULES) that previously lacked them
25+
26+
---
27+
1028
## CLI 3.1.1 — crates.io README Fix
1129

1230
### Fixed (CLI)

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ DevTrail uses **independent versions** for framework and CLI:
4242

4343
| Component | Tag format | Current | Example |
4444
|-----------|-----------|---------|---------|
45-
| Framework | `fw-X.Y.Z` | fw-4.1.1 | `fw-4.1.1` |
46-
| CLI | `cli-X.Y.Z` | cli-3.1.1 | `cli-3.1.1` |
45+
| 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` |
4747

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ DevTrail uses independent version tags for each component:
149149

150150
| Component | Tag prefix | Example | Includes |
151151
|-----------|-----------|---------|----------|
152-
| Framework | `fw-` | `fw-4.1.1` | Templates (12 types), governance, directives |
153-
| CLI | `cli-` | `cli-3.1.1` | The `devtrail` binary |
152+
| Framework | `fw-` | `fw-4.2.0` | Templates (12 types), governance, directives |
153+
| CLI | `cli-` | `cli-3.2.0` | The `devtrail` binary |
154154

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

@@ -180,7 +180,7 @@ See [CLI Reference](docs/adopters/CLI-REFERENCE.md) for detailed usage.
180180
```bash
181181
# Download the latest framework release ZIP from GitHub
182182
# Go to https://github.com/StrangeDaysTech/devtrail/releases
183-
# and download the latest fw-* release (e.g., fw-4.1.1)
183+
# and download the latest fw-* release (e.g., fw-4.2.0)
184184

185185
# Extract and copy to your project
186186
unzip devtrail-fw-*.zip -d your-project/

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.1.1"
3+
version = "3.2.0"
44
edition = "2021"
55
description = "CLI tool for DevTrail - Documentation Governance for AI-Assisted Development"
66
license = "MIT"

dist/.devtrail/00-governance/AGENT-RULES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,4 @@ When a change modifies API endpoints:
270270
271271
---
272272
273-
*DevTrail v4.1.1 | [Strange Days Tech](https://strangedays.tech)*
273+
*DevTrail v4.2.0 | [Strange Days Tech](https://strangedays.tech)*

dist/.devtrail/00-governance/C4-DIAGRAM-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ Use a Level 1 (Context) diagram to illustrate:
234234

235235
---
236236

237-
*DevTrail v4.1.1 | [Strange Days Tech](https://strangedays.tech)*
237+
*DevTrail v4.2.0 | [Strange Days Tech](https://strangedays.tech)*

dist/.devtrail/00-governance/DOCUMENTATION-POLICY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,4 @@ See also [ADR-2025-01-20-001] for architectural context.
249249

250250
---
251251

252-
*DevTrail v4.1.1 | [Strange Days Tech](https://strangedays.tech)*
252+
*DevTrail v4.2.0 | [Strange Days Tech](https://strangedays.tech)*

0 commit comments

Comments
 (0)