diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index bb4eeb2..7a39e94 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "bigquery-data-analytics", - "version": "0.2.0", + "version": "0.2.1", "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 2b7f7fc..047f38a 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "bigquery-data-analytics", - "version": "0.2.0", + "version": "0.2.1", "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 10f3091..b06ba91 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a5e7e..e465fdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/gemini-cli-extensions/bigquery-data-analytics/compare/0.2.0...0.2.1) (2026-04-21) + + +### Features + +* 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)) + ## [0.2.0](https://github.com/gemini-cli-extensions/bigquery-data-analytics/compare/0.1.7...0.2.0) (2026-04-16) diff --git a/README.md b/README.md index 4926014..01200e8 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ claude **3. Add the marketplace:** ```bash -/plugin marketplace add https://github.com/gemini-cli-extensions/bigquery-data-analytics.git#0.2.0 +/plugin marketplace add https://github.com/gemini-cli-extensions/bigquery-data-analytics.git#0.2.1 ``` **4. Install the plugin:** @@ -143,7 +143,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.0 git@github.com:gemini-cli-extensions/bigquery-data-analytics.git +git clone --branch 0.2.1 git@github.com:gemini-cli-extensions/bigquery-data-analytics.git ``` **2. Install the plugin:** @@ -192,7 +192,7 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify **1. Clone the Repo:** ```bash -git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git +git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git ``` **2. Install the skills:** diff --git a/gemini-extension.json b/gemini-extension.json index e4f343c..9edcdd4 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "bigquery-data-analytics", - "version": "0.2.0", + "version": "0.2.1", "description": "Connect, query, and generate data insights for BigQuery datasets and data.", "contextFileName": "BIGQUERY.md", "settings": [