chore(release): v0.11.0
Some checks failed
ci / test (push) Has been cancelled
ci / worker (push) Has been cancelled
ci / darwin-cgo-build (push) Has been cancelled

This commit is contained in:
Peter Steinberger 2026-02-15 04:28:24 +01:00
parent 2217180c9e
commit 91c4c15884
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## 0.11.0 - 2026-02-15
### Added
- Apps Script: add `appscript` command group (create/get projects, fetch content, run deployed functions).
- Forms: add `forms` command group (create/get forms, list/get responses).

View File

@ -106,5 +106,4 @@ gog --help
```
## Notes
- `gog` currently does not print a version string; use tags + changelog as the source of truth.
- If you later add `gog version`, update this doc to validate `gog version` post-install.
- `gog --version` / `gog version` should report the release version post-install.