From 3918badf43e4e55d9d75bc2c14df83ce7ee6d961 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 10 Jul 2026 12:52:28 +0000
Subject: [PATCH] chore(main): release 0.2.1
---
.claude-plugin/plugin.json | 2 +-
.codex-plugin/plugin.json | 2 +-
.release-please-manifest.json | 2 +-
CHANGELOG.md | 7 +++++++
README.md | 8 ++++----
gemini-extension.json | 2 +-
6 files changed, 15 insertions(+), 8 deletions(-)
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].
💡 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": [