Browse Source

Changeset version bump (#8866)

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
7926dcf00e
3 changed files with 8 additions and 9 deletions
  1. 0 8
      .changeset/v3.29.2.md
  2. 7 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 8
.changeset/v3.29.2.md

@@ -1,8 +0,0 @@
----
-"roo-cline": patch
----
-
-- Add support for LongCat-Flash-Thinking-FP8 models in Chutes AI provider (#8425 by @leakless21, PR by @roomote)
-- Fix: Remove specific Claude model version from settings descriptions to avoid outdated references (#8435 by @rwydaegh, PR by @roomote)
-- Fix: Correct caching logic in Roo provider to improve performance (thanks @mrubens!)
-- Fix: Ensure free models don't display pricing information in the UI (thanks @mrubens!)

+ 7 - 0
CHANGELOG.md

@@ -1,5 +1,12 @@
 # Roo Code Changelog
 
+## [3.29.2] - 2025-10-27
+
+- Add support for LongCat-Flash-Thinking-FP8 models in Chutes AI provider (#8425 by @leakless21, PR by @roomote)
+- Fix: Remove specific Claude model version from settings descriptions to avoid outdated references (#8435 by @rwydaegh, PR by @roomote)
+- Fix: Correct caching logic in Roo provider to improve performance (thanks @mrubens!)
+- Fix: Ensure free models don't display pricing information in the UI (thanks @mrubens!)
+
 ## [3.29.1] - 2025-10-26
 
 ![3.29.1 Release - Window Cleaning](/releases/3.29.1-release.png)

+ 1 - 1
src/package.json

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