Skip to content

Commit e810786

Browse files
chore(main): release 0.1.1
1 parent 80d126d commit e810786

6 files changed

Lines changed: 18 additions & 11 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dataproc",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Manage Dataproc clusters and jobs.",
55
"author": {
66
"name": "Google LLC",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dataproc",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Manage Dataproc clusters and jobs.",
55
"author": {
66
"name": "Google LLC",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/gemini-cli-extensions/dataproc/compare/0.1.0...0.1.1) (2026-06-09)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## 0.1.0 (2026-04-17)
411

512

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ For the latest version, check the [releases page][releases].
7676
<summary id="antigravity">Antigravity</summary>
7777

7878
You can use either of these two agents for Antigravity:
79-
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
80-
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
79+
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v0.1.1** or higher
80+
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v0.1.1** or higher.
8181

8282
<blockquote>
8383
💡 <strong>Tip — Migrating from Gemini CLI?</strong><br>
@@ -96,7 +96,7 @@ See <a href="https://antigravity.google/docs/gcli-migration">Migrating from Gemi
9696
**1. Clone the Repo:**
9797

9898
```bash
99-
git clone --branch 0.1.0 https://github.com/gemini-cli-extensions/dataproc.git
99+
git clone --branch 0.1.1 https://github.com/gemini-cli-extensions/dataproc.git
100100
```
101101

102102
**2. Install the skills:**
@@ -121,7 +121,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th
121121
**1. Clone the Repo:**
122122

123123
```bash
124-
git clone --branch 0.1.0 https://github.com/gemini-cli-extensions/dataproc.git
124+
git clone --branch 0.1.1 https://github.com/gemini-cli-extensions/dataproc.git
125125
```
126126

127127
**2. Install the skills:**
@@ -158,7 +158,7 @@ claude
158158
**3. Add the marketplace:**
159159

160160
```bash
161-
/plugin marketplace add https://github.com/gemini-cli-extensions/dataproc.git#0.1.0
161+
/plugin marketplace add https://github.com/gemini-cli-extensions/dataproc.git#0.1.1
162162
```
163163

164164
**4. Install the plugin:**
@@ -175,7 +175,7 @@ claude
175175
**1. Clone the Repo:**
176176

177177
```bash
178-
git clone --branch 0.1.0 git@github.com:gemini-cli-extensions/dataproc.git
178+
git clone --branch 0.1.1 git@github.com:gemini-cli-extensions/dataproc.git
179179
```
180180

181181
**2. Install the plugin:**
@@ -222,7 +222,7 @@ You can install skills using the `npx skills` command.
222222
Run the following command in your terminal to automatically download and register the skills:
223223

224224
```bash
225-
npx skills add https://github.com/gemini-cli-extensions/dataproc/tree/0.1.0
225+
npx skills add https://github.com/gemini-cli-extensions/dataproc/tree/0.1.1
226226
```
227227

228228
For detailed info check out the [Skills npm package](https://www.npmjs.com/package/skills).

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dataproc",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Manage Dataproc clusters and jobs.",
55
"contextFileName": "DATAPROC.md",
66
"settings": [

0 commit comments

Comments
 (0)