Skip to content

Commit 0d9558d

Browse files
chore: release versions (npm#80)
1 parent a18d173 commit 0d9558d

5 files changed

Lines changed: 14 additions & 13 deletions

File tree

.changeset/fix-setup-api-errors.md

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

CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- 704928b: fix(setup): enable APIs individually and surface gcloud errors
8+
9+
Previously `gws auth setup` used a single batch `gcloud services enable` call
10+
for all Workspace APIs. If any one API failed, the entire batch was marked as
11+
failed and stderr was silently discarded. APIs are now enabled individually and
12+
in parallel, with error messages surfaced to the user.
13+
314
## 0.3.3
415

516
### Patch Changes

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.3.3"
17+
version = "0.3.4"
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.3.3",
3+
"version": "0.3.4",
44
"private": true,
55
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)