From b40a6b0736f667df33aabc4b4e93e00a40d55d65 Mon Sep 17 00:00:00 2001 From: gastown/crew/max Date: Sat, 17 Jan 2026 02:09:14 -0800 Subject: [PATCH] chore: Bump version to 0.3.0 --- CHANGELOG.md | 2 ++ internal/cmd/version.go | 2 +- npm-package/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c4ef78..835e9b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2026-01-17 + ### Added #### Release Automation diff --git a/internal/cmd/version.go b/internal/cmd/version.go index 670b348a..d0c74210 100644 --- a/internal/cmd/version.go +++ b/internal/cmd/version.go @@ -12,7 +12,7 @@ import ( // Version information - set at build time via ldflags var ( - Version = "0.2.6" + Version = "0.3.0" // Build can be set via ldflags at compile time Build = "dev" // Commit and Branch - the git revision the binary was built from (optional ldflag) diff --git a/npm-package/package.json b/npm-package/package.json index efbe485d..18e475bc 100644 --- a/npm-package/package.json +++ b/npm-package/package.json @@ -1,6 +1,6 @@ { "name": "@gastown/gt", - "version": "0.2.6", + "version": "0.3.0", "description": "Gas Town CLI - multi-agent workspace manager with native binary support", "main": "bin/gt.js", "bin": {