Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
2 changes: 0 additions & 2 deletions docs/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading