Skip to content

Commit b57abd7

Browse files
chore(main): release 0.4.0 (#131)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com>
1 parent 03874ac commit b57abd7

File tree

6 files changed

+31
-7
lines changed

6 files changed

+31
-7
lines changed

.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-postgresql",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Create, connect, and interact with a Cloud SQL for PostgreSQL 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-postgresql",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Create, connect, and interact with a Cloud SQL for PostgreSQL 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.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/compare/0.3.0...0.4.0) (2026-04-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update repo name ([mcp-toolbox#​2968](https://redirect.github.com/googleapis/mcp-toolbox/issues/2968))
9+
10+
### Features
11+
12+
* **cloudsqlpg:** Run `SELECT 1` after successful connection attempt ([mcp-toolbox#​2997](https://redirect.github.com/googleapis/mcp-toolbox/issues/2997)) ([6ed9700](https://redirect.github.com/googleapis/mcp-toolbox/commit/6ed9700e15f08b31e65eb0afa605f4a8ea937e66)) ([7e70dc8](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/7e70dc8fefdb76fc24004adabbaf21d64d0c5c6e))
13+
* **skills:** Add Claude Code support to generated scripts ([mcp-toolbox#​2966](https://redirect.github.com/googleapis/mcp-toolbox/issues/2966)) ([a1609e1](https://redirect.github.com/googleapis/mcp-toolbox/commit/a1609e10a2eaf4ea68eae36acec3eed355b8a052)) ([d210a15](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/d210a15ca1a965da6a22ba43b62d3b657806777f))
14+
* **skills:** Add codex user agent ([mcp-toolbox#​2973](https://redirect.github.com/googleapis/mcp-toolbox/issues/2973)) ([070e939](https://redirect.github.com/googleapis/mcp-toolbox/commit/070e9399c02f088d43175ce6bf343378beb7f584)) ([d210a15](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/d210a15ca1a965da6a22ba43b62d3b657806777f))
15+
* **skills:** Tool invocation via npx ([mcp-toolbox#​2916](https://redirect.github.com/googleapis/mcp-toolbox/issues/2916)) ([377dc5b](https://redirect.github.com/googleapis/mcp-toolbox/commit/377dc5b00145a0044eef39314dd6b0ef5966fcd7)) ([d210a15](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/d210a15ca1a965da6a22ba43b62d3b657806777f))
16+
* add claude code plugin config ([#137](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/137)) ([c3392b3](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/c3392b31686173ea6f62ec575ad58952dd06140b))
17+
* add codex plugin config ([#138](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/138)) ([071d0ec](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/071d0ec09d631ba3665ef2b2bad6a6dde76796ba))
18+
* add new vectorassist skills ([#159](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/159)) ([03874ac](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/03874acfa9570b854df59af4c7458b9d8fa3308e))
19+
* **skills:** update skill scripts for the new toolbox binary ([#144](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/144)) ([71f5b11](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/71f5b1174965cbd626f1f5d88ec07bb2c4d92655))
20+
21+
22+
### Bug Fixes
23+
24+
* **skills:** Fix skill generation template ([mcp-toolbox#​2914](https://redirect.github.com/googleapis/mcp-toolbox/issues/2914)) ([a01a15e](https://redirect.github.com/googleapis/mcp-toolbox/commit/a01a15ed1aa9a83eda8362578fed2e3a3c8dde99)) ([d210a15](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/d210a15ca1a965da6a22ba43b62d3b657806777f))
25+
* **skills:** Prevent empty strings overriding optional env vars in node scripts ([mcp-toolbox#​2963](https://redirect.github.com/googleapis/mcp-toolbox/issues/2963)) ([c52adeb](https://redirect.github.com/googleapis/mcp-toolbox/commit/c52adeba76fc13d0e6e415f6393def0648e478d6)) ([d210a15](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/d210a15ca1a965da6a22ba43b62d3b657806777f))
26+
327
## [0.3.0](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/compare/0.2.4...0.3.0) (2026-03-27)
428

529

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ claude
129129
**3. Add the marketplace:**
130130

131131
```bash
132-
/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git#0.3.0
132+
/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git#0.4.0
133133
```
134134

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

150150
```bash
151-
git clone --branch 0.3.0 git@github.com:gemini-cli-extensions/cloud-sql-postgresql.git
151+
git clone --branch 0.4.0 git@github.com:gemini-cli-extensions/cloud-sql-postgresql.git
152152
```
153153

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

199199
```bash
200-
git clone --branch 0.3.0 https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git
200+
git clone --branch 0.4.0 https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git
201201
```
202202

203203
**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-postgresql",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.",
55
"contextFileName": "CLOUD-SQL-POSTGRESQL.md",
66
"settings": [

0 commit comments

Comments
 (0)