From 4a38963221614664be62a63aae6507f0472a7195 Mon Sep 17 00:00:00 2001 From: googleworkspace-bot Date: Thu, 5 Mar 2026 22:36:11 +0000 Subject: [PATCH] chore: release versions --- .changeset/auth-pr175-nits.md | 9 --------- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/auth-pr175-nits.md diff --git a/.changeset/auth-pr175-nits.md b/.changeset/auth-pr175-nits.md deleted file mode 100644 index 5d32d82..0000000 --- a/.changeset/auth-pr175-nits.md +++ /dev/null @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 34a7876..b707245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 6891dc5..8f5824b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ dependencies = [ [[package]] name = "gws" -version = "0.6.1" +version = "0.6.2" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 2489f90..e27c564 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/package.json b/package.json index 177524b..9e51b49 100644 --- a/package.json +++ b/package.json @@ -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",