Skip to content

Commit 37cc46a

Browse files
alicodingclaude
andauthored
release: v0.3.0 -- close guard signed off, goal 0048 archived (#116)
Version triplet bumped together (build/config.yml + main.go; the tag follows on the merged commit) per the release gate. 0048 archives on the owner's live sign-off, which is the v0.3.0 trigger under the tag-on-capability-goal-archive cadence rule. Claude-Session: https://claude.ai/code/session_01FJ8wStsHyu7XPLTspNjMnQ Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 44900ad commit 37cc46a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
1111
description: "Guardrailed agentic-workflow automation" # The application description
1212
copyright: "© 2026 Ali Al Dallal" # Copyright text
1313
comments: "https://github.com/alicoding/mill" # Comments
14-
version: "0.2.0" # The application version
14+
version: "0.3.0" # The application version
1515
# cfBundleIconName: "appicon" # The macOS icon name in Assets.car icon bundles (optional)
1616
# # Should match the name of your .icon file without the extension
1717
# # If not set and Assets.car exists, defaults to "appicon"

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
// mismatches, so this can't silently drift behind a tag again (it
3535
// shipped as 0.1.0 while v0.2.0 was live, making the updater offer a
3636
// build its own version).
37-
const millVersion = "0.2.0"
37+
const millVersion = "0.3.0"
3838

3939
// Wails uses Go's `embed` package to embed the frontend files into the binary.
4040
// Any files in the frontend/dist folder will be embedded into the binary and

0 commit comments

Comments
 (0)