Skip to content

Commit bd126f4

Browse files
chore(release): v0.4.7
1 parent bec49fe commit bd126f4

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
# Changelog
44

5+
## [0.4.7] - 2025-12-21
6+
7+
### Changed
8+
9+
- new release with minimal changes
10+
- remove trailing whitespace in commands documentation
11+
- sanitize user-specific paths in command output and update documentation
12+
- remove trailing whitespace in commands documentation
13+
514
## [0.4.6] - 2025-12-21
615

716
### Changed
@@ -80,3 +89,4 @@
8089
- **Build**: Resolved duplicate exports in service module.
8190
- **Types**: Fixed TypeScript errors in self-heal and service commands.
8291
- **Linting**: Corrected Markdown formatting issues.
92+

artifacts/SHA256SUMS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
3a6495db2a57e1a0d1adeac47833a2047791d386a4c1de40c7d9993d160d4ef5 cloudsqlctl-setup.exe
2-
21e69b5d32eb0dda3b32a2e45507c05fcaf22b02e89a83daf4e4c9439fd9dddf cloudsqlctl.exe
1+
7f7fd91d2079fe66ffba2998808eb50905d1a2e60fdd5ea9623017df8b969a3d cloudsqlctl-setup.exe
2+
1be0f76e1c900dff88b1fb5fbec017f1d151dcbe4c462be2a45c4e1f799e55af cloudsqlctl.exe

docs/commands.md

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

3-
**Version:** 0.4.6
3+
**Version:** 0.4.7
44
**Generated:** 2025-12-21
55

66
## Overview

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