Skip to content

Commit 2b4bcbb

Browse files
chore: release versions (#330)
1 parent 5836d15 commit 2b4bcbb

8 files changed

Lines changed: 33 additions & 40 deletions

.changeset/fix-rfc2047-subject.md

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

.changeset/gmail-reply-forward.md

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

.changeset/improve-tos-guidance-project-create.md

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

.changeset/use-native-tls-roots.md

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

CHANGELOG.md

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- 7d15365: feat(gmail): add +reply, +reply-all, and +forward helpers
8+
9+
Adds three new Gmail helper commands:
10+
11+
- `+reply` -- reply to a message with automatic threading
12+
- `+reply-all` -- reply to all recipients with --remove/--cc support
13+
- `+forward` -- forward a message to new recipients
14+
15+
### Patch Changes
16+
17+
- 08716f8: Fix garbled non-ASCII email subjects in `gmail +send` by RFC 2047 encoding the Subject header and adding MIME-Version/Content-Type headers.
18+
- f083eb9: Improve `gws auth setup` project creation failures in step 3:
19+
- Detect Google Cloud Terms of Service precondition failures and show actionable guidance (`gcloud auth list`, account verification, Console ToS URL).
20+
- Detect invalid project ID format / already-in-use errors and show clearer guidance.
21+
- In interactive setup, keep the wizard open and re-prompt for a new project ID instead of exiting immediately on create failures.
22+
- 789e7f1: Switch reqwest TLS from bundled Mozilla roots to native OS certificate store
23+
24+
This allows the CLI to trust custom or corporate CA certificates installed
25+
in the system trust store, fixing TLS errors in enterprise environments.
26+
327
## 0.8.1
428

529
### Patch Changes

Cargo.lock

Lines changed: 7 additions & 7 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.8.1"
17+
version = "0.9.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.8.1",
3+
"version": "0.9.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)