Skip to content

Commit f2d33a1

Browse files
chore(main): release 0.2.0
1 parent 5a11db7 commit f2d33a1

6 files changed

Lines changed: 113 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-sqlserver",
3-
"version": "0.1.8",
3+
"version": "0.2.0",
44
"description": "Connect to Cloud SQL for SQL Server",
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-sqlserver",
3-
"version": "0.1.8",
3+
"version": "0.2.0",
44
"description": "Connect to Cloud SQL for SQL Server",
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.8"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 106 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
@@ -128,7 +128,7 @@ claude
128128
**3. Add the marketplace:**
129129

130130
```bash
131-
/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-sqlserver.git#0.1.8
131+
/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-sqlserver.git#0.2.0
132132
```
133133

134134
**4. Install the plugin:**
@@ -147,7 +147,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
147147
**1. Clone the Repo:**
148148

149149
```bash
150-
git clone --branch 0.1.8 git@github.com:gemini-cli-extensions/cloud-sql-sqlserver.git
150+
git clone --branch 0.2.0 git@github.com:gemini-cli-extensions/cloud-sql-sqlserver.git
151151
```
152152

153153
**2. Install the plugin:**
@@ -196,7 +196,7 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify
196196
**1. Clone the Repo:**
197197

198198
```bash
199-
git clone --branch 0.1.8 https://github.com/gemini-cli-extensions/cloud-sql-sqlserver.git
199+
git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/cloud-sql-sqlserver.git
200200
```
201201

202202
**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-sqlserver",
3-
"version": "0.1.8",
3+
"version": "0.2.0",
44
"description": "Connect to Cloud SQL for SQL Server",
55
"contextFileName": "CLOUD-SQL-SQLSERVER.md",
66
"settings": [

0 commit comments

Comments
 (0)