Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataproc",
"version": "0.0.0",
"version": "0.1.0",
"description": "Manage Dataproc clusters and jobs.",
"author": {
"name": "Google LLC",
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataproc",
"version": "0.0.0",
"version": "0.1.0",
"description": "Manage Dataproc clusters and jobs.",
"author": {
"name": "Google LLC",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.1.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Changelog

## 0.1.0 (2026-04-17)


### Features

* add skills support ([3764602](https://github.com/gemini-cli-extensions/dataproc/commit/37646025cffabfe3a46fb01591f57f5b92fbfe7f))
* add Claude code plugin config ([#1](https://github.com/gemini-cli-extensions/dataproc/issues/1)) ([3709db0](https://github.com/gemini-cli-extensions/dataproc/commit/3709db02d69dfab5b4e2e44ee54b1ad2311b40be))
* add Codex plugin config ([#2](https://github.com/gemini-cli-extensions/dataproc/issues/2)) ([21580b9](https://github.com/gemini-cli-extensions/dataproc/commit/21580b9c80e929d77cd12a4fc7f006b59270c1ca))
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ claude
**3. Add the marketplace:**

```bash
/plugin marketplace add https://github.com/gemini-cli-extensions/dataproc.git#0.0.0
/plugin marketplace add https://github.com/gemini-cli-extensions/dataproc.git#0.1.0
```

**4. Install the plugin:**
Expand All @@ -136,7 +136,7 @@ claude
**1. Clone the Repo:**

```bash
git clone --branch 0.0.0 git@github.com:gemini-cli-extensions/dataproc.git
git clone --branch 0.1.0 git@github.com:gemini-cli-extensions/dataproc.git
```

**2. Install the plugin:**
Expand Down Expand Up @@ -183,7 +183,7 @@ Enter your environment vars as described in the [configuration section](#configu
**1. Clone the Repo:**

```bash
git clone --branch 0.0.0 https://github.com/gemini-cli-extensions/dataproc.git
git clone --branch 0.1.0 https://github.com/gemini-cli-extensions/dataproc.git
```

**2. Install the skills:**
Expand Down
2 changes: 1 addition & 1 deletion gemini-extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataproc",
"version": "0.0.0",
"version": "0.1.0",
"description": "Manage Dataproc clusters and jobs.",
"contextFileName": "DATAPROC.md",
"settings": [
Expand Down
Loading