Browse Source

Changeset version bump (#7061)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] 4 months ago
parent
commit
ca6f261cce
3 changed files with 7 additions and 8 deletions
  1. 0 7
      .changeset/v3.25.14.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 7
.changeset/v3.25.14.md

@@ -1,7 +0,0 @@
----
-"roo-cline": patch
----
-
-- Fix: Only include verbosity parameter for models that support it (#7054 by @eastonmeth, PR by @app/roomote)
-- Fix: AWS Bedrock 1M context - Move anthropic_beta to additionalModelRequestFields (thanks @daniel-lxs!)
-- Fix: Make cancelling requests more responsive by reverting recent changes

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Roo Code Changelog
 
+## [3.25.14] - 2025-08-13
+
+- Fix: Only include verbosity parameter for models that support it (#7054 by @eastonmeth, PR by @app/roomote)
+- Fix: AWS Bedrock 1M context - Move anthropic_beta to additionalModelRequestFields (thanks @daniel-lxs!)
+- Fix: Make cancelling requests more responsive by reverting recent changes
+
 ## [3.25.13] - 2025-08-12
 
 - Add Sonnet 1M context checkbox to Bedrock

+ 1 - 1
src/package.json

@@ -3,7 +3,7 @@
 	"displayName": "%extension.displayName%",
 	"description": "%extension.description%",
 	"publisher": "RooVeterinaryInc",
-	"version": "3.25.13",
+	"version": "3.25.14",
 	"icon": "assets/icons/icon.png",
 	"galleryBanner": {
 		"color": "#617A91",