Skip to content

Commit 34896d9

Browse files
chore(main): release 0.2.2
1 parent 9cee2a0 commit 34896d9

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": "bigquery-data-analytics",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
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.1",
3+
"version": "0.2.2",
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.1"
2+
".": "0.2.2"
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.2](https://github.com/gemini-cli-extensions/bigquery-data-analytics/compare/0.2.1...0.2.2) (2026-06-01)
4+
5+
6+
### Features
7+
8+
* Onboard bigquery-data-analytics to Evalbench CI pipeline ([#123](https://github.com/gemini-cli-extensions/bigquery-data-analytics/issues/123)) ([db1f480](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/db1f4806892f82db22fafa9d425eb2d26f3578b5))
9+
310
## [0.2.1](https://github.com/gemini-cli-extensions/bigquery-data-analytics/compare/0.2.0...0.2.1) (2026-04-21)
411

512

README.md

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

8383
You can use either of these two agents for Antigravity:
84-
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
85-
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
84+
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v0.2.2** or higher
85+
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v0.2.2** or higher.
8686

8787
<blockquote>
8888
💡 <strong>Tip — Migrating from Gemini CLI?</strong><br>
@@ -101,7 +101,7 @@ See <a href="https://antigravity.google/docs/gcli-migration">Migrating from Gemi
101101
**1. Clone the Repo:**
102102

103103
```bash
104-
git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
104+
git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
105105
```
106106

107107
**2. Install the skills:**
@@ -126,7 +126,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th
126126
**1. Clone the Repo:**
127127

128128
```bash
129-
git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
129+
git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
130130
```
131131

132132
**2. Install the skills:**
@@ -163,7 +163,7 @@ claude
163163
**3. Add the marketplace:**
164164

165165
```bash
166-
/plugin marketplace add https://github.com/gemini-cli-extensions/bigquery-data-analytics.git#0.2.1
166+
/plugin marketplace add https://github.com/gemini-cli-extensions/bigquery-data-analytics.git#0.2.2
167167
```
168168

169169
**4. Install the plugin:**
@@ -182,7 +182,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
182182
**1. Clone the Repo:**
183183

184184
```bash
185-
git clone --branch 0.2.1 git@github.com:gemini-cli-extensions/bigquery-data-analytics.git
185+
git clone --branch 0.2.2 git@github.com:gemini-cli-extensions/bigquery-data-analytics.git
186186
```
187187

188188
**2. Install the plugin:**
@@ -231,7 +231,7 @@ You can install skills using the `npx skills` command.
231231
Run the following command in your terminal to automatically download and register the skills:
232232

233233
```bash
234-
npx skills add https://github.com/gemini-cli-extensions/bigquery-data-analytics/tree/0.2.1
234+
npx skills add https://github.com/gemini-cli-extensions/bigquery-data-analytics/tree/0.2.2
235235
```
236236

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

0 commit comments

Comments
 (0)