-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreleases.json
More file actions
62 lines (62 loc) · 4.76 KB
/
releases.json
File metadata and controls
62 lines (62 loc) · 4.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"description": "C4 suite release manifest — maps suite versions to component versions",
"latest": "1.0.12",
"releases": {
"1.0.12": {
"date": "2026-03-26",
"components": {
"c4": { "version": "1.0.12", "repo": "Avalanche-io/c4", "lang": "go", "build": "cmd/c4" },
"c4sh": { "version": "1.0.12", "repo": "Avalanche-io/c4sh", "lang": "go", "build": "." },
"c4git": { "version": "1.0.12", "repo": "Avalanche-io/c4git", "lang": "go", "build": "cmd/c4git" },
"c4py": { "version": "1.0.12", "repo": "Avalanche-io/c4py", "lang": "python", "publish": "pypi" },
"c4ts": { "version": "1.0.12", "repo": "Avalanche-io/c4ts", "lang": "typescript", "publish": "npm" },
"c4-swift": { "version": "1.0.12", "repo": "Avalanche-io/c4-swift", "lang": "swift", "publish": "spm" },
"libc4": { "version": "1.0.12", "repo": "Avalanche-io/libc4", "lang": "c", "publish": "source" },
"c4-containers": { "version": "1.0.12", "repo": "Avalanche-io/c4-containers", "lang": "docker", "publish": "ghcr" }
},
"notes": "Version bump to 1.0.12 across all components."
},
"1.0.11": {
"date": "2026-03-26",
"components": {
"c4": { "version": "1.0.11", "repo": "Avalanche-io/c4", "lang": "go", "build": "cmd/c4" },
"c4sh": { "version": "1.0.11", "repo": "Avalanche-io/c4sh", "lang": "go", "build": "." },
"c4git": { "version": "1.0.11", "repo": "Avalanche-io/c4git", "lang": "go", "build": "cmd/c4git" },
"c4py": { "version": "1.0.11", "repo": "Avalanche-io/c4py", "lang": "python", "publish": "pypi" },
"c4ts": { "version": "1.0.11", "repo": "Avalanche-io/c4ts", "lang": "typescript", "publish": "npm" },
"c4-swift": { "version": "1.0.11", "repo": "Avalanche-io/c4-swift", "lang": "swift", "publish": "spm" },
"libc4": { "version": "1.0.11", "repo": "Avalanche-io/libc4", "lang": "c", "publish": "source" },
"c4-containers": { "version": "1.0.11", "repo": "Avalanche-io/c4-containers", "lang": "docker", "publish": "ghcr" }
},
"notes": "Version bump to 1.0.11 across all components."
},
"1.0.10": {
"date": "2026-03-26",
"components": {
"c4": { "version": "1.0.10", "repo": "Avalanche-io/c4", "lang": "go", "build": "cmd/c4" },
"c4sh": { "version": "1.0.10", "repo": "Avalanche-io/c4sh", "lang": "go", "build": "." },
"c4git": { "version": "1.0.0", "repo": "Avalanche-io/c4git", "lang": "go", "build": "cmd/c4git" },
"c4py": { "version": "1.0.0", "repo": "Avalanche-io/c4py", "lang": "python", "publish": "pypi" },
"c4ts": { "version": "1.0.10", "repo": "Avalanche-io/c4ts", "lang": "typescript", "publish": "npm" },
"c4-swift": { "version": "1.0.10", "repo": "Avalanche-io/c4-swift", "lang": "swift", "publish": "spm" },
"libc4": { "version": "0.1.0", "repo": "Avalanche-io/libc4", "lang": "c", "publish": "source" },
"c4-containers": { "version": "1.0.10", "repo": "Avalanche-io/c4-containers", "lang": "docker", "publish": "ghcr" }
},
"notes": "Version alignment across all components. c4ts and c4-swift brought to 1.0.10."
},
"1.0.6": {
"date": "2026-03-22",
"components": {
"c4": { "version": "1.0.6", "repo": "Avalanche-io/c4", "lang": "go", "build": "cmd/c4" },
"c4sh": { "version": "1.0.6", "repo": "Avalanche-io/c4sh", "lang": "go", "build": "." },
"c4git": { "version": "1.0.0", "repo": "Avalanche-io/c4git", "lang": "go", "build": "cmd/c4git" },
"c4py": { "version": "1.0.0", "repo": "Avalanche-io/c4py", "lang": "python", "publish": "pypi" },
"c4ts": { "version": "1.0.5", "repo": "Avalanche-io/c4ts", "lang": "typescript", "publish": "npm" },
"c4-swift": { "version": "1.0.5", "repo": "Avalanche-io/c4-swift", "lang": "swift", "publish": "spm" },
"libc4": { "version": "0.1.0", "repo": "Avalanche-io/libc4", "lang": "c", "publish": "source" },
"c4-containers": { "version": "1.0.6", "repo": "Avalanche-io/c4-containers", "lang": "docker", "publish": "ghcr" }
},
"notes": "Initial coordinated release. TypeScript and Swift implementations, c4sh UX improvements, scan-everything fix."
}
}
}