Skip to content

Commit 18748f0

Browse files
chore(main): release 0.2.1
1 parent e37cbb6 commit 18748f0

6 files changed

Lines changed: 18 additions & 11 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": "cloud-sql-mysql",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Connect and interact with a Cloud SQL for MySQL database 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": "cloud-sql-mysql",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Connect and interact with a Cloud SQL for MySQL database 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.0"
2+
".": "0.2.1"
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.1](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.2.0...0.2.1) (2026-06-16)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [0.2.0](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.1.9...0.2.0) (2026-04-16)
411

512

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ For the latest version, check the [releases page][releases].
8787
<summary id="antigravity">Antigravity</summary>
8888

8989
You can use either of these two agents for Antigravity:
90-
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
91-
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
90+
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v0.2.1** or higher
91+
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v0.2.1** or higher.
9292

9393
<blockquote>
9494
💡 <strong>Tip — Migrating from Gemini CLI?</strong><br>
@@ -107,7 +107,7 @@ See <a href="https://antigravity.google/docs/gcli-migration">Migrating from Gemi
107107
**1. Clone the Repo:**
108108

109109
```bash
110-
git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
110+
git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
111111
```
112112

113113
**2. Install the skills:**
@@ -132,7 +132,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th
132132
**1. Clone the Repo:**
133133

134134
```bash
135-
git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
135+
git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
136136
```
137137

138138
**2. Install the skills:**
@@ -169,7 +169,7 @@ claude
169169
**3. Add the marketplace:**
170170

171171
```bash
172-
/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-mysql.git#0.2.0
172+
/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-mysql.git#0.2.1
173173
```
174174

175175
**4. Install the plugin:**
@@ -188,7 +188,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
188188
**1. Clone the Repo:**
189189

190190
```bash
191-
git clone --branch 0.2.0 git@github.com:gemini-cli-extensions/cloud-sql-mysql.git
191+
git clone --branch 0.2.1 git@github.com:gemini-cli-extensions/cloud-sql-mysql.git
192192
```
193193

194194
**2. Install the plugin:**
@@ -240,7 +240,7 @@ You can install skills using the `npx skills` command.
240240
Run the following command in your terminal to automatically download and register the skills:
241241

242242
```bash
243-
npx skills add https://github.com/gemini-cli-extensions/cloud-sql-mysql/tree/0.2.0
243+
npx skills add https://github.com/gemini-cli-extensions/cloud-sql-mysql/tree/0.2.1
244244
```
245245

246246
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": "cloud-sql-mysql",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Connect and interact with a Cloud SQL for MySQL database and data",
55
"contextFileName": "CLOUD-SQL-MYSQL.md",
66
"settings": [

0 commit comments

Comments
 (0)