chore: release versions (#218)

This commit is contained in:
googleworkspace-bot
2026-03-05 16:02:27 -07:00
committed by GitHub
parent 1f47420caa
commit bc84ba71a4
5 changed files with 13 additions and 12 deletions
-9
View File
@@ -1,9 +0,0 @@
---
"@googleworkspace/cli": patch
---
Clean up nits from PR #175 auth fix
- Update stale docstring on `resolve_account` to match new fallthrough behavior
- Add breadcrumb comment on string-based error matching in `main.rs`
- Move identity scope injection before authenticator build for readability
+10
View File
@@ -1,5 +1,15 @@
# @googleworkspace/cli
## 0.6.2
### Patch Changes
- 28fa25a: Clean up nits from PR #175 auth fix
- Update stale docstring on `resolve_account` to match new fallthrough behavior
- Add breadcrumb comment on string-based error matching in `main.rs`
- Move identity scope injection before authenticator build for readability
## 0.6.1
### Patch Changes
Generated
+1 -1
View File
@@ -845,7 +845,7 @@ dependencies = [
[[package]]
name = "gws"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"aes-gcm",
"anyhow",
+1 -1
View File
@@ -14,7 +14,7 @@
[package]
name = "gws"
version = "0.6.1"
version = "0.6.2"
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.6.1",
"version": "0.6.2",
"private": true,
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
"license": "Apache-2.0",