Skip to content

Commit 33dcacf

Browse files
chore(main): release 0.2.0
1 parent 04646bc commit 33dcacf

6 files changed

Lines changed: 114 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.1.9",
3+
"version": "0.2.0",
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.1.9",
3+
"version": "0.2.0",
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.1.9"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 107 additions & 0 deletions
Large diffs are not rendered by default.

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.1.9
133+
/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-mysql.git#0.2.0
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.1.9 git@github.com:gemini-cli-extensions/cloud-sql-mysql.git
152+
git clone --branch 0.2.0 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.1.9 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
201+
git clone --branch 0.2.0 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.1.9",
3+
"version": "0.2.0",
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)