Skip to content

Commit a86e3a5

Browse files
chore(release): v0.4.16
1 parent f73b5ee commit a86e3a5

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
## [0.4.16] - 2025-12-22
6+
7+
### Changed
8+
9+
- add optional signing hooks to release workflow (skips if secrets not set)
10+
- add Scoop bucket + Chocolatey skeleton + Winget manifest template
11+
- add enterprise policy.json guardrails for upgrade/auth
12+
- make proxy install/update service-aware and use safe temp download + swap
13+
514
## [0.4.15] - 2025-12-22
615

716
### Changed

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.15
3+
**Version:** 0.4.16
44
**Generated:** 2025-12-22
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.15",
3+
"version": "0.4.16",
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)