Skip to content

Commit afb5925

Browse files
chore(release): v0.3.56
1 parent f4e08ed commit afb5925

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.3.56] - 2025-12-21
2+
3+
### Added
4+
- Release 0.3.56
5+
16
# Changelog
27

38
## [0.3.5] - 2025-12-21
@@ -40,3 +45,4 @@
4045
- **Build**: Resolved duplicate exports in service module.
4146
- **Types**: Fixed TypeScript errors in self-heal and service commands.
4247
- **Linting**: Corrected Markdown formatting issues.
48+

artifacts/SHA256SUMS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
d3c39afdc279ddcf62ffdb2908634decb95f23572205ee7b906b17071962faba cloudsqlctl-setup.exe
2-
5a4f79e60c2f20a25061448fc137fa32b93a4bd011dff693ca5790702318b762 cloudsqlctl.exe
1+
f40d4385cd950a8840994d4dd5470d46e2bcae6197db3995e82d6d675dd9d2b4 cloudsqlctl-setup.exe
2+
2d60abcf708184f85bd3ac4a7c1fcfaedf6addba0ab70590c78ab3f6855272a0 cloudsqlctl.exe

bin/cloudsqlctl.exe

0 Bytes
Binary file not shown.

docs/commands.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cloud SQL Proxy CLI Reference
22

3-
**Version:** 0.3.5
3+
**Version:** 0.3.56
44
**Generated:** 2025-12-21
55

66
## Overview
@@ -303,3 +303,4 @@ Show resolved system paths and configuration locations
303303
Options:
304304
-h, --help display help for command
305305
```
306+

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudsqlctl",
3-
"version": "0.3.5",
3+
"version": "0.3.56",
44
"description": "Windows-native CLI tool that installs, updates, and manages Google Cloud SQL Auth Proxy via gcloud CLI.",
55
"main": "dist/cli.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)