Skip to content

Commit cb87016

Browse files
chore(main): release 0.1.1
1 parent 3709db0 commit cb87016

5 files changed

Lines changed: 15 additions & 4 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/gemini-cli-extensions/dataproc/compare/0.1.0...0.1.1) (2026-04-15)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* add Codex plugin config ([#2](https://github.com/gemini-cli-extensions/dataproc/issues/2)) ([21580b9](https://github.com/gemini-cli-extensions/dataproc/commit/21580b9c80e929d77cd12a4fc7f006b59270c1ca))
10+
* add release-please for automated versioning ([#3](https://github.com/gemini-cli-extensions/dataproc/issues/3)) ([1e0d479](https://github.com/gemini-cli-extensions/dataproc/commit/1e0d47974d78bb8bd4bbdc58fb60c7427b4e7762))
11+
* initial commit with skills and workflows ([3764602](https://github.com/gemini-cli-extensions/dataproc/commit/37646025cffabfe3a46fb01591f57f5b92fbfe7f))

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)