chore: Bump version to 0.3.0
Some checks failed
Release / goreleaser (push) Failing after 5m3s
Release / publish-npm (push) Has been skipped
Release / update-homebrew (push) Has been skipped

This commit is contained in:
gastown/crew/max
2026-01-17 02:09:14 -08:00
committed by Steve Yegge
parent 265239d4a1
commit b40a6b0736
3 changed files with 4 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.3.0] - 2026-01-17
### Added ### Added
#### Release Automation #### Release Automation

View File

@@ -12,7 +12,7 @@ import (
// Version information - set at build time via ldflags // Version information - set at build time via ldflags
var ( var (
Version = "0.2.6" Version = "0.3.0"
// Build can be set via ldflags at compile time // Build can be set via ldflags at compile time
Build = "dev" Build = "dev"
// Commit and Branch - the git revision the binary was built from (optional ldflag) // Commit and Branch - the git revision the binary was built from (optional ldflag)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@gastown/gt", "name": "@gastown/gt",
"version": "0.2.6", "version": "0.3.0",
"description": "Gas Town CLI - multi-agent workspace manager with native binary support", "description": "Gas Town CLI - multi-agent workspace manager with native binary support",
"main": "bin/gt.js", "main": "bin/gt.js",
"bin": { "bin": {