Skip to content

Commit 4c9799a

Browse files
chore: release versions
1 parent 7664357 commit 4c9799a

File tree

8 files changed

+23
-31
lines changed

8 files changed

+23
-31
lines changed

.changeset/consumer-recipes.md

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

.changeset/gemini-extension-update.md

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

.changeset/test-encrypted-token-storage-new.md

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

.changeset/testing-improvement.md

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

CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- b0d0b95: Add workflow helpers, personas, and 50 consumer-focused recipes
8+
9+
- Add `gws workflow` subcommand with 5 built-in helpers: `+standup-report`, `+meeting-prep`, `+email-to-task`, `+weekly-digest`, `+file-announce`
10+
- Add 10 agent personas (exec-assistant, project-manager, sales-ops, etc.) with curated skill sets
11+
- Add `docs/skills.md` skills index and `registry/recipes.yaml` with 50 multi-step recipes for Gmail, Drive, Docs, Calendar, and Sheets
12+
- Update README with skills index link and accurate skill count
13+
- Fix lefthook pre-commit to run fmt and clippy sequentially
14+
15+
### Patch Changes
16+
17+
- e71ce29: Fix Gemini extension installation issue by removing redundant authentication settings and update the documentation.
18+
- c11d3c4: Added test coverage for `EncryptedTokenStorage::new` initialization.
19+
- 7664357: Add test for missing error path in load_client_config
20+
321
## 0.1.5
422

523
### 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.1.5"
17+
version = "0.2.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.1.5",
3+
"version": "0.2.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)