Parcourir la source

changeset version bump

github-actions[bot] il y a 9 mois
Parent
commit
2f64e75c3d

+ 0 - 5
.changeset/automatic-tags-publish.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Update GitHub Actions workflow to automatically create and push git tags during release

+ 0 - 5
.changeset/lemon-bulldogs-unite.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-App tab layout fixes

+ 0 - 5
.changeset/seven-apricots-watch.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-ContextProxy fix - constructor should not be async

+ 0 - 5
.changeset/strange-guests-divide.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-v3.8.5

+ 0 - 5
.changeset/thin-fans-deliver.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Add prompt caching to OpenAI-compatible custom model info

+ 0 - 5
.changeset/tidy-queens-pay.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Fix usage tracking for SiliconFlow etc

+ 11 - 0
CHANGELOG.md

@@ -1,5 +1,16 @@
 # Roo Code Changelog
 
+## 3.8.5
+
+### Patch Changes
+
+- Update GitHub Actions workflow to automatically create and push git tags during release
+- App tab layout fixes
+- ContextProxy fix - constructor should not be async
+- v3.8.5
+- Add prompt caching to OpenAI-compatible custom model info
+- Fix usage tracking for SiliconFlow etc
+
 ## [3.8.4] - 2025-03-09
 
 - Roll back multi-diff progress indicator temporarily to fix a double-confirmation in saving edits

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "roo-cline",
-	"version": "3.8.4",
+	"version": "3.8.5",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "roo-cline",
-			"version": "3.8.4",
+			"version": "3.8.5",
 			"dependencies": {
 				"@anthropic-ai/bedrock-sdk": "^0.10.2",
 				"@anthropic-ai/sdk": "^0.37.0",

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
 	"displayName": "Roo Code (prev. Roo Cline)",
 	"description": "A whole dev team of AI agents in your editor.",
 	"publisher": "RooVeterinaryInc",
-	"version": "3.8.4",
+	"version": "3.8.5",
 	"icon": "assets/icons/rocket.png",
 	"galleryBanner": {
 		"color": "#617A91",