Skip to content

Commit b041ef6

Browse files
authored
Merge branch 'main' into renovate/github-actions
2 parents 3e63fa9 + d3fd23a commit b041ef6

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/package-and-upload-assets.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@ jobs:
8787
cp "${SOURCE_BINARY}" "staging/${SOURCE_BINARY}"
8888
cp ${FILES_TO_PACKAGE} staging/
8989
90-
if [[ "${{ matrix.platform.os }}" == "win32" ]]; then
91-
echo "Modifying gemini-extension.json for Windows..."
92-
jq '(.mcpServers[].command) |= sub("toolbox$"; "toolbox.exe")' gemini-extension.json > staging/gemini-extension.json
93-
echo "Modification complete."
94-
fi
95-
9690
echo "All assets staged."
9791
ls -l staging
9892

.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.2.0"
2+
".": "0.2.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.2.1](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/compare/0.2.0...0.2.1) (2026-03-18)
4+
5+
6+
### Features
7+
8+
* add support for skills ([#109](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/109)) ([02c4179](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/02c4179c873a95e2e2446c91a1a463ced07f783c))
9+
310
## [0.2.0](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/compare/0.1.11...0.2.0) (2026-03-17)
411

512

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.2.0",
3+
"version": "0.2.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)