From 1f902ec31b8116200507af4468ffc7e25bc225c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Jan 2025 19:04:37 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/afraid-pillows-kiss.md | 5 ----- .changeset/nice-students-march.md | 5 ----- .changeset/tidy-camels-roll.md | 5 ----- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 14 insertions(+), 18 deletions(-) delete mode 100644 .changeset/afraid-pillows-kiss.md delete mode 100644 .changeset/nice-students-march.md delete mode 100644 .changeset/tidy-camels-roll.md diff --git a/.changeset/afraid-pillows-kiss.md b/.changeset/afraid-pillows-kiss.md deleted file mode 100644 index 31e8667..0000000 --- a/.changeset/afraid-pillows-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": minor ---- - -Added suport for configuring Bedrock provider with AWS Profiles. Useful for users with SSO or other integrations who don't have access to long term credentials. diff --git a/.changeset/nice-students-march.md b/.changeset/nice-students-march.md deleted file mode 100644 index 6603fe7..0000000 --- a/.changeset/nice-students-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": minor ---- - -v3.3 diff --git a/.changeset/tidy-camels-roll.md b/.changeset/tidy-camels-roll.md deleted file mode 100644 index 610122f..0000000 --- a/.changeset/tidy-camels-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add a switch_mode tool to allow Roo to propose switching modes diff --git a/CHANGELOG.md b/CHANGELOG.md index 80cf20f..49d8f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Roo Code Changelog +## 3.3.0 + +### Minor Changes + +- Added suport for configuring Bedrock provider with AWS Profiles. Useful for users with SSO or other integrations who don't have access to long term credentials. +- v3.3 + +### Patch Changes + +- Add a switch_mode tool to allow Roo to propose switching modes + ## [3.3.0] - **Code Actions Integration**: Native VS Code code actions support with quick fixes and refactoring options diff --git a/package-lock.json b/package-lock.json index aa34f85..b3a6363 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.2.8", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.2.8", + "version": "3.3.0", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index b6160af..5354030 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Code (prev. Roo Cline)", "description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.", "publisher": "RooVeterinaryInc", - "version": "3.2.8", + "version": "3.3.0", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91", From 8c0199f45cafe147e54efe8c939e15c76f4ce71e Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 24 Jan 2025 14:13:17 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d8f01..aba994c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,13 @@ # Roo Code Changelog -## 3.3.0 - -### Minor Changes - -- Added suport for configuring Bedrock provider with AWS Profiles. Useful for users with SSO or other integrations who don't have access to long term credentials. -- v3.3 - -### Patch Changes - -- Add a switch_mode tool to allow Roo to propose switching modes - ## [3.3.0] -- **Code Actions Integration**: Native VS Code code actions support with quick fixes and refactoring options -- **Discord Community**: New Discord server at https://roocode.com/discord for community engagement -- **Direct Mode Switching**: Modes can now request to switch to other modes when needed -- **Markdown Editing**: Ask and Architect modes can now edit markdown files -- **Custom File Restrictions**: Custom modes can now be restricted to specific file patterns (for example, a technical writer who can only edit markdown files 👋) +- Native VS Code code actions support with quick fixes and refactoring options +- Modes can now request to switch to other modes when needed +- Ask and Architect modes can now edit markdown files +- Custom modes can now be restricted to specific file patterns (for example, a technical writer who can only edit markdown files 👋) +- Support for configuring the Bedrock provider with AWS Profiles +- New Roo Code community Discord at https://roocode.com/discord! ## [3.2.8]