diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 3d0989f..4e3fd37 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dataproc", - "version": "0.1.0", + "version": "0.1.1", "description": "Manage Dataproc clusters and jobs.", "author": { "name": "Google LLC", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index e5e36a1..c645531 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dataproc", - "version": "0.1.0", + "version": "0.1.1", "description": "Manage Dataproc clusters and jobs.", "author": { "name": "Google LLC", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4068445..eb11951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.1](https://github.com/gemini-cli-extensions/dataproc/compare/0.1.0...0.1.1) (2026-09-05) + + +### Features + +* **deps:** update dependency googleapis/mcp-toolbox to v1.2.0 ([#11](https://github.com/gemini-cli-extensions/dataproc/issues/11)) ([2c54651](https://github.com/gemini-cli-extensions/dataproc/commit/2c546511d415a09d23e91e4c533390629f60cce7)) +* **plugin:** migrate from generated skills to the prebuilt MCP server ([#29](https://github.com/gemini-cli-extensions/dataproc/issues/29)) ([afbd516](https://github.com/gemini-cli-extensions/dataproc/commit/afbd516845a34fcf460ec447b81868bc48962b0f)) +* **plugin:** support agent plugin spec ([#28](https://github.com/gemini-cli-extensions/dataproc/issues/28)) ([d786954](https://github.com/gemini-cli-extensions/dataproc/commit/d78695419d7581f818d289cd347081dd2d66badd)) + ## 0.1.0 (2026-04-17) diff --git a/README.md b/README.md index 7ef5ba7..d82b7e2 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ For the latest version, check the [releases page][releases]. Antigravity You can use either of these two agents for Antigravity: -- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher -- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher. +- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v0.1.1** or higher +- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v0.1.1** or higher.
💡 Tip — Migrating from Gemini CLI?
diff --git a/gemini-extension.json b/gemini-extension.json index 956c744..8af496c 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "dataproc", - "version": "0.1.0", + "version": "0.1.1", "description": "Manage Dataproc clusters and jobs.", "mcpServers": { "dataproc": { diff --git a/plugin.json b/plugin.json index ef54c2a..b6399d2 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "dataproc", - "version": "0.1.0", + "version": "0.1.1", "description": "Manage Dataproc clusters and jobs.", "author": { "name": "Google LLC",