Skip to content

Commit 8d480cf

Browse files
chore(main): release 0.2.1
1 parent 586ea7e commit 8d480cf

6 files changed

Lines changed: 14 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.2.0",
3+
"version": "0.2.1",
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.2.0",
3+
"version": "0.2.1",
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.2.0"
2+
".": "0.2.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.2.1](https://github.com/gemini-cli-extensions/bigquery-data-analytics/compare/0.2.0...0.2.1) (2026-04-16)
4+
5+
6+
### Features
7+
8+
* add bigquery ai-ml skills ([#119](https://github.com/gemini-cli-extensions/bigquery-data-analytics/issues/119)) ([586ea7e](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/586ea7efdf43732c5a397591755b95fa05a3341f))
9+
310
## [0.2.0](https://github.com/gemini-cli-extensions/bigquery-data-analytics/compare/0.1.7...0.2.0) (2026-04-16)
411

512

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ claude
124124
**3. Add the marketplace:**
125125

126126
```bash
127-
/plugin marketplace add https://github.com/gemini-cli-extensions/bigquery-data-analytics.git#0.2.0
127+
/plugin marketplace add https://github.com/gemini-cli-extensions/bigquery-data-analytics.git#0.2.1
128128
```
129129

130130
**4. Install the plugin:**
@@ -143,7 +143,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
143143
**1. Clone the Repo:**
144144

145145
```bash
146-
git clone --branch 0.2.0 git@github.com:gemini-cli-extensions/bigquery-data-analytics.git
146+
git clone --branch 0.2.1 git@github.com:gemini-cli-extensions/bigquery-data-analytics.git
147147
```
148148

149149
**2. Install the plugin:**
@@ -192,7 +192,7 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify
192192
**1. Clone the Repo:**
193193

194194
```bash
195-
git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
195+
git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
196196
```
197197

198198
**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.2.0",
3+
"version": "0.2.1",
44
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
55
"contextFileName": "BIGQUERY.md",
66
"settings": [

0 commit comments

Comments
 (0)