diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10f3091..6b7b74c 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 8467798..316c0e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.3.0](https://github.com/gemini-cli-extensions/conductor/compare/conductor-v0.2.0...conductor-v0.3.0) (2026-02-04) + + +### 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 + +* commit changed conductor files at the end of newTrack ([232c08b](https://github.com/gemini-cli-extensions/conductor/commit/232c08b3c99e362981019a6b8e7ca8de55d78357)) +* Commit conductor files at the end of :newTrack ([#94](https://github.com/gemini-cli-extensions/conductor/issues/94)) ([232c08b](https://github.com/gemini-cli-extensions/conductor/commit/232c08b3c99e362981019a6b8e7ca8de55d78357)) +* 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 fe6539e..34277e4 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" }