From 34896d994b7b54460026376a70b2ec465f2274a5 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Mon, 1 Jun 2026 20:23:52 +0000
Subject: [PATCH] chore(main): release 0.2.2
---
.claude-plugin/plugin.json | 2 +-
.codex-plugin/plugin.json | 2 +-
.release-please-manifest.json | 2 +-
CHANGELOG.md | 7 +++++++
README.md | 14 +++++++-------
gemini-extension.json | 2 +-
6 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index 7a39e94..c33a133 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "bigquery-data-analytics",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
"author": {
"name": "Google LLC",
diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json
index 047f38a..698c613 100644
--- a/.codex-plugin/plugin.json
+++ b/.codex-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "bigquery-data-analytics",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
"author": {
"name": "Google LLC",
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index b06ba91..d66ca57 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.2.1"
+ ".": "0.2.2"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e465fdc..2fced3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.2.2](https://github.com/gemini-cli-extensions/bigquery-data-analytics/compare/0.2.1...0.2.2) (2026-06-01)
+
+
+### Features
+
+* 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))
+
## [0.2.1](https://github.com/gemini-cli-extensions/bigquery-data-analytics/compare/0.2.0...0.2.1) (2026-04-21)
diff --git a/README.md b/README.md
index 3864304..97cf7fc 100644
--- a/README.md
+++ b/README.md
@@ -81,8 +81,8 @@ For the latest version, check the [releases page][releases].
💡 Tip — Migrating from Gemini CLI?
@@ -101,7 +101,7 @@ See Migrating from Gemi **1. Clone the Repo:** ```bash -git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git +git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git ``` **2. Install the skills:** @@ -126,7 +126,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th **1. Clone the Repo:** ```bash -git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git +git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git ``` **2. Install the skills:** @@ -163,7 +163,7 @@ claude **3. Add the marketplace:** ```bash -/plugin marketplace add https://github.com/gemini-cli-extensions/bigquery-data-analytics.git#0.2.1 +/plugin marketplace add https://github.com/gemini-cli-extensions/bigquery-data-analytics.git#0.2.2 ``` **4. Install the plugin:** @@ -182,7 +182,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or **1. Clone the Repo:** ```bash -git clone --branch 0.2.1 git@github.com:gemini-cli-extensions/bigquery-data-analytics.git +git clone --branch 0.2.2 git@github.com:gemini-cli-extensions/bigquery-data-analytics.git ``` **2. Install the plugin:** @@ -231,7 +231,7 @@ You can install skills using the `npx skills` command. Run the following command in your terminal to automatically download and register the skills: ```bash -npx skills add https://github.com/gemini-cli-extensions/bigquery-data-analytics/tree/0.2.1 +npx skills add https://github.com/gemini-cli-extensions/bigquery-data-analytics/tree/0.2.2 ``` For detailed info check out the [Skills npm package](https://www.npmjs.com/package/skills). diff --git a/gemini-extension.json b/gemini-extension.json index 9edcdd4..1f99a96 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "bigquery-data-analytics", - "version": "0.2.1", + "version": "0.2.2", "description": "Connect, query, and generate data insights for BigQuery datasets and data.", "contextFileName": "BIGQUERY.md", "settings": [