Merge pull request #5297 from Hmbown/codex/v095-postrelease-facts

docs(web): publish the v0.9.5 release snapshot
This commit is contained in:
Hunter Bown
2026-08-08 10:27:36 -07:00
committed by GitHub
3 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -35,10 +35,10 @@
]
},
"latestPublishedRelease": {
"tag": "v0.9.4",
"version": "0.9.4",
"publishedAt": "2026-08-08T03:26:39Z",
"url": "https://github.com/Hmbown/CodeWhale/releases/tag/v0.9.4",
"tag": "v0.9.5",
"version": "0.9.5",
"publishedAt": "2026-08-08T16:39:59Z",
"url": "https://github.com/Hmbown/CodeWhale/releases/tag/v0.9.5",
"sources": [
"web/data/latest-published-release.json"
]
+4 -4
View File
@@ -1,6 +1,6 @@
{
"tag": "v0.9.4",
"version": "0.9.4",
"publishedAt": "2026-08-08T03:26:39Z",
"url": "https://github.com/Hmbown/CodeWhale/releases/tag/v0.9.4"
"tag": "v0.9.5",
"version": "0.9.5",
"publishedAt": "2026-08-08T16:39:59Z",
"url": "https://github.com/Hmbown/CodeWhale/releases/tag/v0.9.5"
}
+5 -5
View File
@@ -27,7 +27,7 @@ export interface RepoFacts {
}
export const FACTS: RepoFacts = {
"generatedAt": "2026-08-08T10:27:49.102Z",
"generatedAt": "2026-08-08T16:49:45.358Z",
"sourceRevision": null,
"sourceCommittedAt": null,
"version": "0.9.5",
@@ -264,9 +264,9 @@ export const FACTS: RepoFacts = {
"toolCount": 69,
"license": "MIT",
"latestPublishedRelease": {
"tag": "v0.9.4",
"version": "0.9.4",
"publishedAt": "2026-08-08T03:26:39Z",
"url": "https://github.com/Hmbown/CodeWhale/releases/tag/v0.9.4"
"tag": "v0.9.5",
"version": "0.9.5",
"publishedAt": "2026-08-08T16:39:59Z",
"url": "https://github.com/Hmbown/CodeWhale/releases/tag/v0.9.5"
}
};