File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.2.5] - 2026-01-11
11+
1012### Added
1113- ** ` gt mail mark-read ` ** - Mark messages as read without opening them (desire path)
1214- ** ` gt down --polecats ` ** - Shut down polecats without affecting other components
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.4 "
15+ Version = "0.2.5 "
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.4 " ,
3+ "version" : " 0.2.5 " ,
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