Parcourir la source

Changeset version bump (#9856)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] il y a 4 semaines
Parent
commit
65c750d1be
3 fichiers modifiés avec 9 ajouts et 10 suppressions
  1. 0 9
      .changeset/v3.36.2.md
  2. 8 0
      CHANGELOG.md
  3. 1 1
      src/package.json

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

@@ -1,9 +0,0 @@
----
-"roo-cline": patch
----
-
-![3.36.2 Release - Dynamic API Settings](/releases/3.36.2-release.png)
-
-- Restrict GPT-5 tool set to apply_patch for improved compatibility (PR #9853 by @hannesrudolph)
-- Add dynamic settings support for Roo models from API, allowing model-specific configurations to be fetched dynamically (PR #9852 by @hannesrudolph)
-- Fix: Resolve Chutes provider model fetching issue (PR #9854 by @cte)

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # Roo Code Changelog
 
+## [3.36.2] - 2025-12-04
+
+![3.36.2 Release - Dynamic API Settings](/releases/3.36.2-release.png)
+
+- Restrict GPT-5 tool set to apply_patch for improved compatibility (PR #9853 by @hannesrudolph)
+- Add dynamic settings support for Roo models from API, allowing model-specific configurations to be fetched dynamically (PR #9852 by @hannesrudolph)
+- Fix: Resolve Chutes provider model fetching issue (PR #9854 by @cte)
+
 ## [3.36.1] - 2025-12-04
 
 ![3.36.1 Release - Message Management & Stability Improvements](/releases/3.36.1-release.png)

+ 1 - 1
src/package.json

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