diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ba2c856..6acd48f 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cloud-sql-mysql", - "version": "0.2.0", + "version": "0.2.1", "description": "Connect and interact with a Cloud SQL for MySQL database and data.", "author": { "name": "Google LLC", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 76caadb..0f7cc6f 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cloud-sql-mysql", - "version": "0.2.0", + "version": "0.2.1", "description": "Connect and interact with a Cloud SQL for MySQL database 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 abf1cac..c3c3ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.2.0...0.2.1) (2026-07-10) + + +### Features + +* add Cloud Build pipeline and evaluation configuration for Cloud SQL MySQL extension ([#119](https://github.com/gemini-cli-extensions/cloud-sql-mysql/issues/119)) ([fdf3cc6](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/fdf3cc6e47df9a6db74e61b1342031b590dca6bb)) + ## [0.2.0](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.1.9...0.2.0) (2026-04-16) diff --git a/README.md b/README.md index 3e6e42c..8059e02 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ For the latest version, check the [releases page][releases]. Antigravity You can use either of these two agents for Antigravity: -- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher -- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher. +- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v0.2.1** or higher +- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v0.2.1** or higher.
💡 Tip — Migrating from Gemini CLI?
@@ -107,7 +107,7 @@ See Migrating from Gemi **1. Clone the Repo:** ```bash -git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git +git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git ``` **2. Install the skills:** @@ -198,7 +198,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/cloud-sql-mysql/tree/0.2.0 +npx skills add https://github.com/gemini-cli-extensions/cloud-sql-mysql/tree/0.2.1 ``` 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 830a625..3b22129 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "cloud-sql-mysql", - "version": "0.2.0", + "version": "0.2.1", "description": "Connect and interact with a Cloud SQL for MySQL database and data", "contextFileName": "CLOUD-SQL-MYSQL.md", "settings": [