Skip to content

Commit 58c412c

Browse files
chore: release versions (#351)
1 parent 80fd6c5 commit 58c412c

9 files changed

Lines changed: 18 additions & 30 deletions

.changeset/fix-236-scope-fallback.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-246-fmt-dedup.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-forward-threading.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-gmail-triage-scope.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-keyring-fallback.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @googleworkspace/cli
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- 8d89325: Add `GOOGLE_WORKSPACE_CLI_KEYRING_BACKEND` env var for explicit keyring backend selection (`keyring` or `file`). Fixes credential key loss in Docker/keyring-less environments by never deleting `.encryption_key` and always persisting it as a fallback.
8+
9+
### Patch Changes
10+
11+
- 06aa698: fix(auth): dynamically fetch scopes from Discovery docs when `-s` specifies services not in static scope lists
12+
- 06aa698: fix(auth): format extract_scopes_from_doc and deduplicate dynamic scopes
13+
- 5e7d120: Bring `+forward` behavior in line with Gmail's web UI: keep the forward in the sender's original thread, add a blank line between the forwarded message metadata and body, and remove the spurious closing delimiter.
14+
- 2782cf1: Fix gmail +triage 403 error by using gmail.readonly scope instead of gmail.modify to avoid conflict with gmail.metadata scope that does not support the q parameter
15+
316
## 0.9.1
417

518
### Patch Changes

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "gws"
17-
version = "0.9.1"
17+
version = "0.10.0"
1818
edition = "2021"
1919
description = "Google Workspace CLI — dynamic command surface from Discovery Service"
2020
license = "Apache-2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleworkspace/cli",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"private": true,
55
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)