From 4a3b752905167bd6687964e7ce7344c4123eff3b Mon Sep 17 00:00:00 2001 From: Bright Fulton Date: Fri, 26 Dec 2025 03:48:52 -0500 Subject: [PATCH] Bump version to 0.2.1 and update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump version from 0.2.0 to 0.2.1 - Add 0.2.0 release date (2025-12-26) - Add 0.2.1 unreleased section - Remove ZIP artifacts from release checklist 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 7 +++++-- docs/release-checklist.md | 2 -- package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d0e641..7c42dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.2.0] - Unreleased +## [0.2.1] - Unreleased + +## [0.2.0] - 2025-12-26 Core improvements to architecture to enable multiple targets. @@ -24,5 +26,6 @@ Core improvements to architecture to enable multiple targets. Initial release of localmost, a Mac app which manages GitHub Actions runners. -[0.2.0]: https://github.com/bfulton/localmost/compare/v0.1.0...HEAD +[0.2.1]: https://github.com/bfulton/localmost/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/bfulton/localmost/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/bfulton/localmost/releases/tag/v0.1.0 diff --git a/docs/release-checklist.md b/docs/release-checklist.md index fdfbedd..af6f881 100644 --- a/docs/release-checklist.md +++ b/docs/release-checklist.md @@ -51,8 +51,6 @@ - Attach `out/make/localmost-X.Y.Z-arm64.dmg` - Attach `out/make/localmost-X.Y.Z-x64.dmg` - Attach `out/make/latest-mac.yml` - - Attach `out/make/zip/darwin/arm64/localmost-darwin-arm64-X.Y.Z.zip` - - Attach `out/make/zip/darwin/x64/localmost-darwin-x64-X.Y.Z.zip` - [ ] Publish release - [ ] Bump the release version in [package.json](https://github.com/bfulton/localmost/edit/main/package.json) - [ ] Update [CHANGELOG.md](https://github.com/bfulton/localmost/edit/main/CHANGELOG.md) with proper release dates and links, and section for next unreleased version diff --git a/package.json b/package.json index f491be8..65c58ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "localmost", "productName": "localmost", - "version": "0.2.0", + "version": "0.2.1", "description": "Run GitHub actions locally when possible.", "author": "Bright Fulton", "license": "GPL-3.0",