File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.0] - 2026-01-17
11+
1012### Added
1113
1214#### Release Automation
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212
1313// Version information - set at build time via ldflags
1414var (
15- Version = "0.2.6 "
15+ Version = "0.3.0 "
1616 // Build can be set via ldflags at compile time
1717 Build = "dev"
1818 // Commit and Branch - the git revision the binary was built from (optional ldflag)
Original file line number Diff line number Diff line change 11{
22 "name" : " @gastown/gt" ,
3- "version" : " 0.2.6 " ,
3+ "version" : " 0.3.0 " ,
44 "description" : " Gas Town CLI - multi-agent workspace manager with native binary support" ,
55 "main" : " bin/gt.js" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments