chore: release versions (#313)
Release / plan (push) Has been cancelled
Release / build-global-artifacts (push) Has been cancelled
Release / host (push) Has been cancelled
Release / publish-npm (push) Has been cancelled
Release / announce (push) Has been cancelled
Release / build-local-artifacts (${{ join(matrix.targets, ', ') }}) (push) Has been cancelled

This commit is contained in:
googleworkspace-bot
2026-03-08 18:26:33 -06:00
committed by GitHub
parent 6f67da39b6
commit 643fb7a951
6 changed files with 14 additions and 13 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@googleworkspace/cli": patch
---
Prioritize local project configuration and `GOOGLE_WORKSPACE_PROJECT_ID` over global Application Default Credentials (ADC) for quota attribution. This fixes 403 errors when the Drive API is disabled in a global gcloud project but enabled in the project configured for gws.
+6
View File
@@ -1,5 +1,11 @@
# @googleworkspace/cli
## 0.8.1
### Patch Changes
- 4d41e52: Prioritize local project configuration and `GOOGLE_WORKSPACE_PROJECT_ID` over global Application Default Credentials (ADC) for quota attribution. This fixes 403 errors when the Drive API is disabled in a global gcloud project but enabled in the project configured for gws.
## 0.8.0
### Minor Changes
Generated
+3 -3
View File
@@ -845,7 +845,7 @@ dependencies = [
[[package]]
name = "gws"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"aes-gcm",
"anyhow",
@@ -1315,9 +1315,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
[[package]]
name = "libc"
version = "0.2.182"
version = "0.2.183"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
[[package]]
name = "libredox"
+1 -1
View File
@@ -14,7 +14,7 @@
[package]
name = "gws"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "Google Workspace CLI — dynamic command surface from Discovery Service"
license = "Apache-2.0"
Generated
+3 -3
View File
@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1772624091,
"narHash": "sha256-QKyJ0QGWBn6r0invrMAK8dmJoBYWoOWy7lN+UHzW1jc=",
"lastModified": 1772773019,
"narHash": "sha256-E1bxHxNKfDoQUuvriG71+f+s/NT0qWkImXsYZNFFfCs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "80bdc1e5ce51f56b19791b52b2901187931f5353",
"rev": "aca4d95fce4914b3892661bcb80b8087293536c6",
"type": "github"
},
"original": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@googleworkspace/cli",
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
"license": "Apache-2.0",