Releases: nextlevelbuilder/goclaw-cli
Releases · nextlevelbuilder/goclaw-cli
v0.3.0
v0.2.0
0.2.0 (2026-03-26)
Feature
- cli: add multi-tenant support, 12 new command groups, modularize oversized files (96068ba)
Bug Fixes
- cli: escape fmt.Sprintf path params in grants and instances (259424e)
- cli: use url.Values for query params, fix import ordering (62953c9)
- cli: escape flag-sourced values in DELETE paths, fix storage consistency (e64fb3f)
- cli: address Claude code review findings (276f8f5)
Styles
- cli: fix import ordering, add plans/ to .gitignore (d51196d)
v0.1.1
v0.1.0
0.1.0 (2026-03-16)
Feature
- ci: add semantic-release for automatic versioning (7a9e35a)
- cli: add api-keys and api-docs command groups (4fb4179)
- add unit tests, CLAUDE.md, and multi-platform CI (2eec9bd)
- add project documentation and mark all plan phases completed (3cd11a5)
- add CI/CD workflows for build, test, and release (1eb5362)
- initial GoClaw CLI implementation (9bf67a0)
Bug Fixes
- address critical security and reliability issues (ea50bd7)
Documentation
- add api-keys and api-docs command documentation (7935a52)