Browse Source

Changeset version bump (#8593)

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

+ 0 - 9
.changeset/v3.28.16.md

@@ -1,9 +0,0 @@
----
-"roo-cline": patch
----
-
-![3.28.16 Release - Expanded Context Window](/releases/3.28.16-release.png)
-
-- feat: Add Claude Sonnet 4.5 1M context window support for Claude Code (#8585 by @ColbySerpa, PR by @ColbySerpa)
-- feat: Identify cloud tasks in the extension bridge (thanks @cte!)
-- fix: Add the parent task ID in telemetry (thanks @mrubens!)

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # Roo Code Changelog
 
+## [3.28.16] - 2025-10-09
+
+![3.28.16 Release - Expanded Context Window](/releases/3.28.16-release.png)
+
+- feat: Add Claude Sonnet 4.5 1M context window support for Claude Code (thanks @ColbySerpa!)
+- feat: Identify cloud tasks in the extension bridge (thanks @cte!)
+- fix: Add the parent task ID in telemetry (thanks @mrubens!)
+
 ## [3.28.15] - 2025-10-03
 
 ![3.28.15 Release - Kangaroo Sliding Down a Chute](/releases/3.28.15-release.png)

+ 1 - 1
src/package.json

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