Просмотр исходного кода

Changeset version bump (#4880)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] 6 месяцев назад
Родитель
Сommit
ea7749dc3b
3 измененных файлов с 9 добавлено и 24 удалено
  1. 0 23
      .changeset/v3.21.1.md
  2. 8 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 23
.changeset/v3.21.1.md

@@ -1,23 +0,0 @@
----
-"roo-cline": patch
----
-
-- Fix: improve error handling for codebase search embeddings (thanks @hannesrudolph!)
-- Fix: resolve MCP server execution on Windows with node version managers (thanks @hannesrudolph!)
-- Fix: default 'Enable MCP Server Creation' to false (thanks @roomote!)
-- Fix: security vulnerabilities for dependabot (thanks @mrubens!)
-- Fix: tree-sitter issues (thanks @cte!)
-- Rate limit when starting a subtask (thanks @olweraltuve!)
-- Streamline feature request template to focus on problem reporting (thanks @hannesrudolph!)
-- Update issue-writer mode rules for streamlined feature request template (thanks @hannesrudolph!)
-- Yield the cost in usage data for Anthropic (thanks @cte!)
-- Convert all webview-ui tests: jest -> vitest (thanks @cte!)
-- Update dependency knip to v5.61.1 and v5.61.2
-- Update dependency lucide-react to ^0.516.0 and ^0.518.0
-- Update docker/build-push-action action to v6
-- Update dependency openai to v5
-- Update dependency pkce-challenge to v5
-- Update radix-ui-primitives monorepo
-- Update dependency lint-staged to v16.1.2
-- Update dependency posthog-node to v5
-- Update dependency puppeteer-chromium-resolver to v24

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # Roo Code Changelog
 
+## [3.21.1] - 2025-06-19
+
+- Fix tree-sitter issues that were preventing codebase indexing from working correctly
+- Improve error handling for codebase search embeddings
+- Resolve MCP server execution on Windows with node version managers
+- Default 'Enable MCP Server Creation' to false
+- Rate limit correctly when starting a subtask (thanks @olweraltuve!)
+
 ## [3.21.0] - 2025-06-17
 
 - Add Roo Marketplace to make it easy to discover and install great MCPs and modes!

+ 1 - 1
src/package.json

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