From 37816846059eb0c15982e92f479b6874daa4862b Mon Sep 17 00:00:00 2001 From: google-conductor-bot Date: Wed, 14 Jan 2026 13:19:06 -0500 Subject: [PATCH] chore(main): release conductor 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ gemini-extension.json | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5547f83..10f3091 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fb46c6e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# Changelog + +## [0.2.0](https://github.com/gemini-cli-extensions/conductor/compare/conductor-v0.1.1...conductor-v0.2.0) (2026-01-14) + + +### Features + +* Add GitHub Actions workflow to package and upload release assets. ([5e0fcb0](https://github.com/gemini-cli-extensions/conductor/commit/5e0fcb0d4d19acfd8f62b08b5f9404a1a4f53f14)) +* Add GitHub Actions workflow to package and upload release assets. ([20858c9](https://github.com/gemini-cli-extensions/conductor/commit/20858c90b48eabb5fe77aefab5a216269cc77c09)) +* integrate release asset packaging into release-please workflow ([3ef512c](https://github.com/gemini-cli-extensions/conductor/commit/3ef512c3320e7877f1c05ed34433cf28a3111b30)) +* **styleguide:** Add comprehensive Google C# Style Guide summary ([6672f4e](https://github.com/gemini-cli-extensions/conductor/commit/6672f4ec2d2aa3831b164635a3e4dc0aa6f17679)) +* **styleguide:** Add comprehensive Google C# Style Guide summary ([e222aca](https://github.com/gemini-cli-extensions/conductor/commit/e222aca7eb7475c07e618b410444f14090d62715)) + + +### Bug Fixes + +* build tarball outside source tree to avoid self-inclusion ([830f584](https://github.com/gemini-cli-extensions/conductor/commit/830f5847c206a9b76d58ebed0c184ff6c0c6e725)) +* **conductor:** ensure track completion and doc sync are committed automatically ([f6a1522](https://github.com/gemini-cli-extensions/conductor/commit/f6a1522d0dea1e0ea887fcd732f1b47475dc0226)) +* **conductor:** ensure track completion and doc sync are committed automatically ([e3630ac](https://github.com/gemini-cli-extensions/conductor/commit/e3630acc146a641f29fdf23f9c28d5d9cdf945b8)) +* Correct typos, step numbering, and documentation errors ([ab9516b](https://github.com/gemini-cli-extensions/conductor/commit/ab9516ba6dd29d0ec5ea40b2cb2abab83fc791be)) +* Correct typos, step numbering, and documentation errors ([d825c32](https://github.com/gemini-cli-extensions/conductor/commit/d825c326061ab63a4d3b8928cbf32bc3f6a9c797)) +* Correct typos, trailing whitespace and grammar ([484d5f3](https://github.com/gemini-cli-extensions/conductor/commit/484d5f3cf7a0c4a8cbbcaff71f74b62c0af3dd35)) +* Correct typos, trailing whitespace and grammar ([94edcbb](https://github.com/gemini-cli-extensions/conductor/commit/94edcbbd0102eb6f9d5977eebf0cc3511aff6f64)) +* Replace manual text input with interactive options ([b49d770](https://github.com/gemini-cli-extensions/conductor/commit/b49d77058ccd5ccedc83c1974cc36a2340b637ab)) +* Replace manual text input with interactive options ([746b2e5](https://github.com/gemini-cli-extensions/conductor/commit/746b2e5f0a5ee9fc49edf8480dad3b8afffe8064)) +* **setup:** clarify definition of 'track' in setup flow ([819dcc9](https://github.com/gemini-cli-extensions/conductor/commit/819dcc989d70d572d81655e0ac0314ede987f8b4)) +* **setup:** Enhance project analysis protocol to avoid excessive token consumption. ([#6](https://github.com/gemini-cli-extensions/conductor/issues/6)) ([1e60e8a](https://github.com/gemini-cli-extensions/conductor/commit/1e60e8a96e5abeab966ff8d5bd95e14e3e331cfa)) +* standardize Markdown checkbox format for tracks and plans ([92080f0](https://github.com/gemini-cli-extensions/conductor/commit/92080f0508ca370373adee1addec07855506adeb)) +* standardize Markdown checkbox format for tracks and plans ([84634e7](https://github.com/gemini-cli-extensions/conductor/commit/84634e774bc37bd3996815dfd6ed41a519b45c1d)) +* **styleguide:** Clarify usage of 'var' in C# guidelines for better readability ([a67b6c0](https://github.com/gemini-cli-extensions/conductor/commit/a67b6c08cac15de54f01cd1e64fff3f99bc55462)) +* **styleguide:** Enhance C# guidelines with additional rules for constants, collections, and argument clarity ([eea7495](https://github.com/gemini-cli-extensions/conductor/commit/eea7495194edb01f6cfa86774cf2981ed012bf73)) +* **styleguide:** Update C# formatting rules and guidelines for consistency ([50f39ab](https://github.com/gemini-cli-extensions/conductor/commit/50f39abf9941ff4786e3b995d4c077bfdf07b9c9)) +* **styleguide:** Update C# guidelines by removing async method suffix rule and adding best practices for structs, collection types, file organization, and namespaces ([8bfc888](https://github.com/gemini-cli-extensions/conductor/commit/8bfc888b1b1a4191228f0d85e3ac89fe25fb9541)) +* **styleguide:** Update C# guidelines for member ordering and enhance clarity on string interpolation ([0e0991b](https://github.com/gemini-cli-extensions/conductor/commit/0e0991b73210f83b2b26007e813603d3cd2f0d48)) diff --git a/gemini-extension.json b/gemini-extension.json index aa75229..fe6539e 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,5 +1,5 @@ { "name": "conductor", - "version": "0.1.1", + "version": "0.2.0", "contextFileName": "GEMINI.md" }