Browse Source

Changeset version bump (#9729)

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

+ 0 - 6
.changeset/v3.35.1.md

@@ -1,6 +0,0 @@
----
-"roo-cline": patch
----
-
-- Fix: Flush pending tool results before task delegation (PR #9726 by @daniel-lxs)
-- Improve: Better IPC error logging for easier debugging (PR #9727 by @cte)

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Roo Code Changelog
 
+## [3.35.1] - 2025-12-01
+
+- Fix: Flush pending tool results before task delegation (PR #9726 by @daniel-lxs)
+- Improve: Better IPC error logging for easier debugging (PR #9727 by @cte)
+
 ## [3.35.0] - 2025-12-01
 
 ![3.35.0 Release - Subtasks & Native Tools](/releases/3.35.0-release.png)

+ 1 - 1
src/package.json

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