From ad0e33e2d913e94e889a02a19bf2db0cb0db0962 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 17:43:14 -0400 Subject: [PATCH] Changeset version bump (#6826) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens --- .changeset/v3.25.10.md | 7 ------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .changeset/v3.25.10.md diff --git a/.changeset/v3.25.10.md b/.changeset/v3.25.10.md deleted file mode 100644 index 8495e84ec8..0000000000 --- a/.changeset/v3.25.10.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"roo-cline": patch ---- - -- Add support for GPT-5 model (thanks @app/roomote!) -- Fix: Use CDATA sections in XML examples to prevent parser errors (#4852 by @hannesrudolph, PR by @hannesrudolph) -- Fix: Add missing MCP error translation keys (thanks @app/roomote!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e9b13525f..777d1eab0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## [3.25.10] - 2025-08-07 + +- Add support for GPT-5 (thanks Cline and @app/roomote!) +- Fix: Use CDATA sections in XML examples to prevent parser errors (#4852 by @hannesrudolph, PR by @hannesrudolph) +- Fix: Add missing MCP error translation keys (thanks @app/roomote!) + ## [3.25.9] - 2025-08-07 - Fix: Resolve rounding issue with max tokens (#6806 by @markp018, PR by @mrubens) diff --git a/src/package.json b/src/package.json index e6564912c4..499cd403ce 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.25.9", + "version": "3.25.10", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",