Skip to content

Commit cd1da26

Browse files
chore(main): release 0.2.0
1 parent 8c55989 commit cd1da26

6 files changed

Lines changed: 118 additions & 7 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": "bigquery-data-analytics",
3-
"version": "0.1.7",
3+
"version": "0.2.0",
44
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
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": "bigquery-data-analytics",
3-
"version": "0.1.7",
3+
"version": "0.2.0",
44
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
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.7"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 111 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ claude
119119
**3. Add the marketplace:**
120120

121121
```bash
122-
/plugin marketplace add https://github.com/gemini-cli-extensions/bigquery-data-analytics.git#0.1.7
122+
/plugin marketplace add https://github.com/gemini-cli-extensions/bigquery-data-analytics.git#0.2.0
123123
```
124124

125125
**4. Install the plugin:**
@@ -138,7 +138,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
138138
**1. Clone the Repo:**
139139

140140
```bash
141-
git clone --branch 0.1.7 git@github.com:gemini-cli-extensions/bigquery-data-analytics.git
141+
git clone --branch 0.2.0 git@github.com:gemini-cli-extensions/bigquery-data-analytics.git
142142
```
143143

144144
**2. Install the plugin:**
@@ -187,7 +187,7 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify
187187
**1. Clone the Repo:**
188188

189189
```bash
190-
git clone --branch 0.1.7 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
190+
git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
191191
```
192192

193193
**2. Install the 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": "bigquery-data-analytics",
3-
"version": "0.1.7",
3+
"version": "0.2.0",
44
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
55
"contextFileName": "BIGQUERY.md",
66
"settings": [

0 commit comments

Comments
 (0)