From 5cdaf8a92827dd777e6d99bd56f62ef365214dee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 04:35:20 +0000 Subject: [PATCH] changeset version bump --- .changeset/curvy-cows-cry.md | 11 ----------- .changeset/fifty-glasses-fold.md | 5 ----- .changeset/popular-teachers-brush.md | 5 ----- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 11 insertions(+), 24 deletions(-) delete mode 100644 .changeset/curvy-cows-cry.md delete mode 100644 .changeset/fifty-glasses-fold.md delete mode 100644 .changeset/popular-teachers-brush.md diff --git a/.changeset/curvy-cows-cry.md b/.changeset/curvy-cows-cry.md deleted file mode 100644 index 7c59b5a2fa..0000000000 --- a/.changeset/curvy-cows-cry.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"roo-cline": patch ---- - -fix: ensure consistent line endings in git fallback strategy - -Fixed a cross-platform issue where tests would fail on GitHub Windows runners but pass on local Windows machines due to line ending differences. The fix ensures consistent line ending handling by: - -1. Normalizing CRLF to LF when reading files in the git fallback strategy -2. Disabling Git's automatic line ending conversion using core.autocrlf setting -3. Maintaining consistent line ending usage throughout the text operations diff --git a/.changeset/fifty-glasses-fold.md b/.changeset/fifty-glasses-fold.md deleted file mode 100644 index 14527e465c..0000000000 --- a/.changeset/fifty-glasses-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.11.4 diff --git a/.changeset/popular-teachers-brush.md b/.changeset/popular-teachers-brush.md deleted file mode 100644 index 57ad81f797..0000000000 --- a/.changeset/popular-teachers-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Remove the experimental unified diff diff --git a/CHANGELOG.md b/CHANGELOG.md index 269e5280e5..91a35c0d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Roo Code Changelog +## 3.11.4 + +### Patch Changes + +- fix: ensure consistent line endings in git fallback strategy +- v3.11.4 +- Remove the experimental unified diff + ## [3.11.3] - 2025-03-31 - Revert mention changes in case they're causing performance issues/crashes diff --git a/package-lock.json b/package-lock.json index 0c228e8d3c..9de1ec0124 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.11.3", + "version": "3.11.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.11.3", + "version": "3.11.4", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index ce29a69088..6d065c45f7 100644 --- a/package.json +++ b/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.11.3", + "version": "3.11.4", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",