From 37e38b39d83f92af74bddf07beb134e3c97a0930 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Sat, 20 Sep 2025 16:42:30 -0700 Subject: [PATCH 1/2] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ gemini-extension.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 46b1b67..3d2ac0b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b9f55cd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## 0.1.0 (2025-09-20) + + +### Miscellaneous Chores + +* Add initial docs ([14709fd](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/14709fd9cca2f958c2c1ab91f1b24d2a50887591)) +* add package mvp ([37501aa](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/37501aa4aed151c374eb2560a9427f086ce20759)) +* release 0.1.0 ([#8](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/8)) ([8b12c88](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/8b12c885473177984c45fa5f8a3aae84507111f9)) +* update codeowners ([#6](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/6)) ([9a4ea69](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/9a4ea69bd8c70acd8a4b5ecef2e5e280e9ac0c8d)) +* Update gemini-extension.json ([#5](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/5)) ([216c356](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/216c356136fff0417bf0d24fe348cb74d89ffd2e)) + + +### Documentation + +* update docs ([#1](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/1)) ([0e57242](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/0e572424a6661bfb93842cb85e7e174839de24a3)) +* Update README.md ([#3](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/3)) ([d25b6b9](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/d25b6b9f9d3cd393c75f6c171a1b0ab6bf18f229)) +* Update README.md ([#7](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/7)) ([b554aa4](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/b554aa4a06f358ad9f00f5fbf3106d5ee8923504)) diff --git a/gemini-extension.json b/gemini-extension.json index e73b897..5cfd404 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "cloud-sql-postgresql", - "version": "0.0.0", + "version": "0.1.0", "description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.", "mcpServers": { "Cloud SQL for PostgreSQL Admin": { From b8e9f138c5c221c1506fe5f1be32b702e3b5068d Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Sat, 20 Sep 2025 16:44:47 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f55cd..1d27690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,17 +3,6 @@ ## 0.1.0 (2025-09-20) -### Miscellaneous Chores +### Features -* Add initial docs ([14709fd](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/14709fd9cca2f958c2c1ab91f1b24d2a50887591)) -* add package mvp ([37501aa](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/37501aa4aed151c374eb2560a9427f086ce20759)) -* release 0.1.0 ([#8](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/8)) ([8b12c88](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/8b12c885473177984c45fa5f8a3aae84507111f9)) -* update codeowners ([#6](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/6)) ([9a4ea69](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/9a4ea69bd8c70acd8a4b5ecef2e5e280e9ac0c8d)) -* Update gemini-extension.json ([#5](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/5)) ([216c356](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/216c356136fff0417bf0d24fe348cb74d89ffd2e)) - - -### Documentation - -* update docs ([#1](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/1)) ([0e57242](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/0e572424a6661bfb93842cb85e7e174839de24a3)) -* Update README.md ([#3](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/3)) ([d25b6b9](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/d25b6b9f9d3cd393c75f6c171a1b0ab6bf18f229)) -* Update README.md ([#7](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/7)) ([b554aa4](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/b554aa4a06f358ad9f00f5fbf3106d5ee8923504)) +* create the Cloud SQL for PostgreSQL Extension