From 01739e6bf140ecdc31a530ec88f7918d350ef27b Mon Sep 17 00:00:00 2001 From: google-conductor-bot Date: Thu, 29 Jan 2026 15:38:15 -0500 Subject: [PATCH] chore(main): release conductor 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ gemini-extension.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10f30916..6b7b74c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 84677989..f0ff992d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.0](https://github.com/gemini-cli-extensions/conductor/compare/conductor-v0.2.0...conductor-v0.3.0) (2026-01-29) + + +### Features + +* add /conductor:review command ([d4749d3](https://github.com/gemini-cli-extensions/conductor/commit/d4749d320ae983a12064488eb4b605529b0841e9)) +* add /conductor:review command ([d6e382a](https://github.com/gemini-cli-extensions/conductor/commit/d6e382a980a816339c9ca9904a4744a635af7bd0)) + + +### Bug Fixes + +* improve error message when required files are missing in review command ([d61c588](https://github.com/gemini-cli-extensions/conductor/commit/d61c588c6d4adc3393468180d62f13097f589e4c)) + ## [0.2.0](https://github.com/gemini-cli-extensions/conductor/compare/conductor-v0.1.1...conductor-v0.2.0) (2026-01-14) diff --git a/gemini-extension.json b/gemini-extension.json index fe6539e7..34277e4e 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,5 +1,5 @@ { "name": "conductor", - "version": "0.2.0", + "version": "0.3.0", "contextFileName": "GEMINI.md" }