Skip to content

Commit 18cb126

Browse files
chore(main): release 0.2.1
1 parent fdf3cc6 commit 18cb126

6 files changed

Lines changed: 14 additions & 7 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-05-04)
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ claude
130130
**3. Add the marketplace:**
131131

132132
```bash
133-
/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-mysql.git#0.2.0
133+
/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-mysql.git#0.2.1
134134
```
135135

136136
**4. Install the plugin:**
@@ -149,7 +149,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
149149
**1. Clone the Repo:**
150150

151151
```bash
152-
git clone --branch 0.2.0 git@github.com:gemini-cli-extensions/cloud-sql-mysql.git
152+
git clone --branch 0.2.1 git@github.com:gemini-cli-extensions/cloud-sql-mysql.git
153153
```
154154

155155
**2. Install the plugin:**
@@ -198,7 +198,7 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify
198198
**1. Clone the Repo:**
199199

200200
```bash
201-
git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
201+
git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
202202
```
203203

204204
**2. Install the 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)