chore: release versions (#553)

This commit is contained in:
googleworkspace-bot
2026-03-18 14:56:16 -06:00
committed by GitHub
parent d65578190e
commit e9970db26f
5 changed files with 14 additions and 13 deletions
-8
View File
@@ -1,8 +0,0 @@
---
"@googleworkspace/cli": patch
---
Handle SIGTERM in `gws gmail +watch` and `gws events +subscribe` for clean container shutdown.
Long-running pull loops now exit gracefully on SIGTERM (in addition to Ctrl+C),
enabling clean shutdown under Kubernetes, Docker, and systemd.
+9
View File
@@ -1,5 +1,14 @@
# @googleworkspace/cli
## 0.18.1
### Patch Changes
- a87037b: Handle SIGTERM in `gws gmail +watch` and `gws events +subscribe` for clean container shutdown.
Long-running pull loops now exit gracefully on SIGTERM (in addition to Ctrl+C),
enabling clean shutdown under Kubernetes, Docker, and systemd.
## 0.18.0
### Minor Changes
Generated
+3 -3
View File
@@ -674,9 +674,9 @@ dependencies = [
[[package]]
name = "euclid"
version = "0.22.13"
version = "0.22.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df61bf483e837f88d5c2291dcf55c67be7e676b3a51acc48db3a7b163b91ed63"
checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06"
dependencies = [
"num-traits",
]
@@ -896,7 +896,7 @@ dependencies = [
[[package]]
name = "gws"
version = "0.18.0"
version = "0.18.1"
dependencies = [
"aes-gcm",
"anyhow",
+1 -1
View File
@@ -14,7 +14,7 @@
[package]
name = "gws"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
description = "Google Workspace CLI — dynamic command surface from Discovery Service"
license = "Apache-2.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@googleworkspace/cli",
"version": "0.18.0",
"version": "0.18.1",
"private": true,
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
"license": "Apache-2.0",