From a9cff2be99c4888f1c1bb50a10bafb6ddce25433 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 08:33:23 +0000 Subject: [PATCH] changeset version bump --- .changeset/remove-gemini-cli-provider.md | 5 ----- .changeset/tall-sloths-rest.md | 5 ----- CHANGELOG.md | 10 ++++++++++ src/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/remove-gemini-cli-provider.md delete mode 100644 .changeset/tall-sloths-rest.md diff --git a/.changeset/remove-gemini-cli-provider.md b/.changeset/remove-gemini-cli-provider.md deleted file mode 100644 index 35dae63439f..00000000000 --- a/.changeset/remove-gemini-cli-provider.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Remove Gemini CLI provider support. diff --git a/.changeset/tall-sloths-rest.md b/.changeset/tall-sloths-rest.md deleted file mode 100644 index 72d5fbdfe84..00000000000 --- a/.changeset/tall-sloths-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Improved Portuguese (Brazil) translation diff --git a/CHANGELOG.md b/CHANGELOG.md index 990cf213cfa..483fa484a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # kilo-code +## 5.1.0 + +### Minor Changes + +- [#5288](https://github.com/Kilo-Org/kilocode/pull/5288) [`016ea49`](https://github.com/Kilo-Org/kilocode/commit/016ea49a3a875a8e60c846b314a7040852701262) Thanks [@lambertjosh](https://github.com/lambertjosh)! - Remove Gemini CLI provider support. + +### Patch Changes + +- [#5420](https://github.com/Kilo-Org/kilocode/pull/5420) [`ebcfca8`](https://github.com/Kilo-Org/kilocode/commit/ebcfca8ea1dd3aad87e3a2598370208a1daaddc6) Thanks [@pedroheyerdahl](https://github.com/pedroheyerdahl)! - Improved Portuguese (Brazil) translation + ## 5.0.0 ### Major Changes diff --git a/src/package.json b/src/package.json index 086c4da5d0a..280d88913bc 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "5.0.0", + "version": "5.1.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",