From 0aebaa2710039e108c00f6ac1aae2629137bf730 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:15:15 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- gemini-extension.json | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0cc4bbd..d450763 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cloud-sql-postgresql", - "version": "0.4.0", + "version": "0.4.1", "description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.", "author": { "name": "Google LLC", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 874561d..777a894 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cloud-sql-postgresql", - "version": "0.4.0", + "version": "0.4.1", "description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.", "author": { "name": "Google LLC", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index da59f99..3e2bf49 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb5efd..b03246d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/compare/0.4.0...0.4.1) (2026-04-27) + + +### Features + +* 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)) + ## [0.4.0](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/compare/0.3.0...0.4.0) (2026-04-14) diff --git a/README.md b/README.md index d53668c..e6eba44 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ claude **3. Add the marketplace:** ```bash -/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git#0.4.0 +/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git#0.4.1 ``` **4. Install the plugin:** @@ -148,7 +148,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or **1. Clone the Repo:** ```bash -git clone --branch 0.4.0 git@github.com:gemini-cli-extensions/cloud-sql-postgresql.git +git clone --branch 0.4.1 git@github.com:gemini-cli-extensions/cloud-sql-postgresql.git ``` **2. Install the plugin:** @@ -197,7 +197,7 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify **1. Clone the Repo:** ```bash -git clone --branch 0.4.0 https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git +git clone --branch 0.4.1 https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git ``` **2. Install the skills:** diff --git a/gemini-extension.json b/gemini-extension.json index c70080a..0a965a2 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "cloud-sql-postgresql", - "version": "0.4.0", + "version": "0.4.1", "description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.", "contextFileName": "CLOUD-SQL-POSTGRESQL.md", "settings": [