Skip to content

Commit 5ddf23e

Browse files
chore(main): release 0.2.2
1 parent 63057c7 commit 5ddf23e

6 files changed

Lines changed: 15 additions & 8 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-07-02)
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: 4 additions & 4 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:**
@@ -192,7 +192,7 @@ You can install skills using the `npx skills` command.
192192
Run the following command in your terminal to automatically download and register the skills:
193193

194194
```bash
195-
npx skills add https://github.com/gemini-cli-extensions/bigquery-data-analytics/tree/0.2.1
195+
npx skills add https://github.com/gemini-cli-extensions/bigquery-data-analytics/tree/0.2.2
196196
```
197197

198198
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)