Skip to content

Commit 0aebaa2

Browse files
chore(main): release 0.4.1
1 parent 79d7c4a commit 0aebaa2

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-postgresql",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
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.4.0",
3+
"version": "0.4.1",
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.4.0"
2+
".": "0.4.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.4.1](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/compare/0.4.0...0.4.1) (2026-04-27)
4+
5+
6+
### Features
7+
8+
* automate release versioning and metadata injection for CI evaluations ([#163](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/163)) ([79d7c4a](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/79d7c4a58df2ded301b034862cc8d36da7eeba73))
9+
310
## [0.4.0](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/compare/0.3.0...0.4.0) (2026-04-14)
411

512

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.4.0
132+
/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git#0.4.1
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.4.0 git@github.com:gemini-cli-extensions/cloud-sql-postgresql.git
151+
git clone --branch 0.4.1 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.4.0 https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git
200+
git clone --branch 0.4.1 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.4.0",
3+
"version": "0.4.1",
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)