diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index c4a8eab..041c93b 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 4049ce7..d63ba85 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..da8dd22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.1.1](https://github.com/gemini-cli-extensions/dataproc/compare/0.1.0...0.1.1) (2026-06-16)
+
+
+### 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))
+
## 0.1.0 (2026-04-17)
diff --git a/README.md b/README.md
index cbcdf9e..aa567ee 100644
--- a/README.md
+++ b/README.md
@@ -76,8 +76,8 @@ For the latest version, check the [releases page][releases].
💡 Tip — Migrating from Gemini CLI?
@@ -96,7 +96,7 @@ See Migrating from Gemi **1. Clone the Repo:** ```bash -git clone --branch 0.1.0 https://github.com/gemini-cli-extensions/dataproc.git +git clone --branch 0.1.1 https://github.com/gemini-cli-extensions/dataproc.git ``` **2. Install the skills:** @@ -121,7 +121,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th **1. Clone the Repo:** ```bash -git clone --branch 0.1.0 https://github.com/gemini-cli-extensions/dataproc.git +git clone --branch 0.1.1 https://github.com/gemini-cli-extensions/dataproc.git ``` **2. Install the skills:** @@ -158,7 +158,7 @@ claude **3. Add the marketplace:** ```bash -/plugin marketplace add https://github.com/gemini-cli-extensions/dataproc.git#0.1.0 +/plugin marketplace add https://github.com/gemini-cli-extensions/dataproc.git#0.1.1 ``` **4. Install the plugin:** @@ -175,7 +175,7 @@ claude **1. Clone the Repo:** ```bash -git clone --branch 0.1.0 git@github.com:gemini-cli-extensions/dataproc.git +git clone --branch 0.1.1 git@github.com:gemini-cli-extensions/dataproc.git ``` **2. Install the plugin:** @@ -225,7 +225,7 @@ You can install skills using the `npx skills` command. Run the following command in your terminal to automatically download and register the skills: ```bash -npx skills add https://github.com/gemini-cli-extensions/dataproc/tree/0.1.0 +npx skills add https://github.com/gemini-cli-extensions/dataproc/tree/0.1.1 ``` For detailed info check out the [Skills npm package](https://www.npmjs.com/package/skills). diff --git a/gemini-extension.json b/gemini-extension.json index cf6db5b..16bdc81 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.", "contextFileName": "DATAPROC.md", "settings": [