Skip to content

Commit b86fe9c

Browse files
committed
docs: update website to reflect actual v0.7.0 release
Fix version numbers in documentation to match the actual released version. The features were released as v0.7.0 (minor) rather than v0.6.2 (patch).
1 parent ef7fe5b commit b86fe9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/content/latest-version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
*/
55

66
export const latestVersion = {
7-
version: '0.6.2',
7+
version: '0.7.0',
88
title: 'UX & TypeScript Performance Improvements',
99
date: 'December 11, 2025',
1010
summary: 'Enhanced user experience and configurable TypeScript performance optimizations.',
11-
link: '/updates#v062--ux--typescript-performance-improvements',
11+
link: '/updates#v070--ux--typescript-performance-improvements',
1212
} as const;

website/content/updates/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ What's new in dev-agent. We ship improvements regularly to help AI assistants un
99

1010
---
1111

12-
## v0.6.2 — UX & TypeScript Performance Improvements
12+
## v0.7.0 — UX & TypeScript Performance Improvements
1313

1414
*December 11, 2025*
1515

0 commit comments

Comments
 (0)