diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b06ba91..d66ca57 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index aee0b02..b48eede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.2.2](https://github.com/gemini-cli-extensions/looker/compare/0.2.1...0.2.2) (2026-03-20) + + +### Features + +* **cli:** Add migrate subcommand ([genai-toolbox#​2679](https://redirect.github.com/googleapis/genai-toolbox/issues/2679)) ([12171f7](https://redirect.github.com/googleapis/genai-toolbox/commit/12171f7a02bcd34ce647db10abdb79bb2dac7ace)) ([51c7551](https://github.com/gemini-cli-extensions/looker/commit/51c755100f398c2a40f19c60e3e2184b8a383176)) +* **cli:** Add serve subcommand ([genai-toolbox#​2550](https://redirect.github.com/googleapis/genai-toolbox/issues/2550)) ([1e2c7c7](https://redirect.github.com/googleapis/genai-toolbox/commit/1e2c7c7804c67bebf5e2ee9b67c6feb6f05292fd)) ([51c7551](https://github.com/gemini-cli-extensions/looker/commit/51c755100f398c2a40f19c60e3e2184b8a383176)) +* **skill:** One skill per toolset ([genai-toolbox#​2733](https://redirect.github.com/googleapis/genai-toolbox/issues/2733)) ([5b85c65](https://redirect.github.com/googleapis/genai-toolbox/commit/5b85c65960dba9bfaf4cadca6d44532a153976e1)) ([51c7551](https://github.com/gemini-cli-extensions/looker/commit/51c755100f398c2a40f19c60e3e2184b8a383176)) +* **tools/looker:** Support git\_branch tools for looker. ([genai-toolbox#​2718](https://redirect.github.com/googleapis/genai-toolbox/issues/2718)) ([70ed8a0](https://redirect.github.com/googleapis/genai-toolbox/commit/70ed8a0dcb8e654b748a6e3e1c5ef283c26006da)) ([51c7551](https://github.com/gemini-cli-extensions/looker/commit/51c755100f398c2a40f19c60e3e2184b8a383176)) + + +### Bug Fixes + +* **ci:** Implement conditional sharding logic in integration tests ([genai-toolbox#​2763](https://redirect.github.com/googleapis/genai-toolbox/issues/2763)) ([1528d7c](https://redirect.github.com/googleapis/genai-toolbox/commit/1528d7c38dfaa30bdecbe59c79ba926fa6d18356)) ([51c7551](https://github.com/gemini-cli-extensions/looker/commit/51c755100f398c2a40f19c60e3e2184b8a383176)) +* **cloudloggingadmin:** Increase log injesting time and add auth test ([genai-toolbox#​2772](https://redirect.github.com/googleapis/genai-toolbox/issues/2772)) ([50b4457](https://redirect.github.com/googleapis/genai-toolbox/commit/50b4457095ec4ac881b3b12719da24d35141f65d)) ([51c7551](https://github.com/gemini-cli-extensions/looker/commit/51c755100f398c2a40f19c60e3e2184b8a383176)) +* **oracle:** Normalize encoded proxy usernames in go-ora DSN ([genai-toolbox#​2469](https://redirect.github.com/googleapis/genai-toolbox/issues/2469)) ([b1333cd](https://redirect.github.com/googleapis/genai-toolbox/commit/b1333cd27117655f8ab09f222721e14bea74b487)) ([51c7551](https://github.com/gemini-cli-extensions/looker/commit/51c755100f398c2a40f19c60e3e2184b8a383176)) +* **postgres:** Update execute-sql tool to avoid multi-statements parameter ([genai-toolbox#​2707](https://redirect.github.com/googleapis/genai-toolbox/issues/2707)) ([58bc772](https://redirect.github.com/googleapis/genai-toolbox/commit/58bc772f882f0d9e00f403e73fbec812dd8a03ac)) ([51c7551](https://github.com/gemini-cli-extensions/looker/commit/51c755100f398c2a40f19c60e3e2184b8a383176)) +* **skills:** Improve flag validation and silence unit test output ([genai-toolbox#​2759](https://redirect.github.com/googleapis/genai-toolbox/issues/2759)) ([f3da6aa](https://redirect.github.com/googleapis/genai-toolbox/commit/f3da6aa5e23b609a1ac9ecc098bccea02f2388ab)) ([51c7551](https://github.com/gemini-cli-extensions/looker/commit/51c755100f398c2a40f19c60e3e2184b8a383176)) +* **test:** Address flaky healthcare integration test run ([genai-toolbox#​2742](https://redirect.github.com/googleapis/genai-toolbox/issues/2742)) ([9590821](https://redirect.github.com/googleapis/genai-toolbox/commit/9590821bc7d86c5cbacd29b21d4f85b427a87db4)) ([51c7551](https://github.com/gemini-cli-extensions/looker/commit/51c755100f398c2a40f19c60e3e2184b8a383176)) + ## [0.2.1](https://github.com/gemini-cli-extensions/looker/compare/0.2.0...0.2.1) (2026-03-17) diff --git a/gemini-extension.json b/gemini-extension.json index 003ecbc..379625f 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "looker", - "version": "0.2.1", + "version": "0.2.2", "description": "Connect to Looker", "mcpServers": { "looker": {