Skip to content

Commit c7c6646

Browse files
chore: release versions (#629)
1 parent ec7f56b commit c7c6646

105 files changed

Lines changed: 119 additions & 129 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/fix-lint-skills-ci.md

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

.changeset/fix-triage-issues.md

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

.changeset/platform-aware-keyring.md

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

.changeset/sync-skills.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.22.3
4+
5+
### Patch Changes
6+
7+
- 674d53a: Fix `Lint Skills` CI job by installing `uv` via `astral-sh/setup-uv` before running `uvx`
8+
- c7c42f6: fix: register script service and resolve test path validation errors
9+
- 80bd150: feat(auth): use strict OS keychain integration on macOS and Windows
10+
11+
Closes #623. The CLI no longer writes a fallback `.encryption_key` text file on macOS and Windows when securely storing credentials. Instead, it strictly uses the native OS keychain (Keychain Access on macOS, Credential Manager on Windows). If an old `.encryption_key` file is found during a successful keychain login, it will be automatically deleted for security.
12+
Linux deployments continue to use a seamless file-based fallback by default to ensure maximum compatibility with headless continuous integration (CI) runners, Docker containers, and SSH environments without desktop DBUS services.
13+
14+
- ec7f56b: Sync generated skills with latest Google Discovery API specs
15+
316
## 0.22.2
417

518
### Patch Changes

Cargo.lock

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

crates/google-workspace-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "google-workspace-cli"
17-
version = "0.22.2"
17+
version = "0.22.3"
1818
edition = "2021"
1919
description = "Google Workspace CLI — dynamic command surface from Discovery Service"
2020
license = "Apache-2.0"
@@ -30,7 +30,7 @@ name = "gws"
3030
path = "src/main.rs"
3131

3232
[dependencies]
33-
google-workspace = { version = "0.22.2", path = "../google-workspace" }
33+
google-workspace = { version = "0.22.3", path = "../google-workspace" }
3434
tempfile = "3"
3535
aes-gcm = "0.10"
3636
anyhow = "1"

crates/google-workspace/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 = "google-workspace"
17-
version = "0.22.2"
17+
version = "0.22.3"
1818
edition = "2021"
1919
description = "Google Workspace API client — Discovery Document types, service registry, and HTTP utilities"
2020
license = "Apache-2.0"

flake.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.

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.22.2",
3+
"version": "0.22.3",
44
"private": true,
55
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)