diff --git a/build/config.yml b/build/config.yml index 9c4ada59..5f06be1b 100644 --- a/build/config.yml +++ b/build/config.yml @@ -11,7 +11,7 @@ info: description: "Guardrailed agentic-workflow automation" # The application description copyright: "© 2026 Ali Al Dallal" # Copyright text comments: "https://github.com/alicoding/mill" # Comments - version: "0.1.0" # The application version + version: "0.2.0" # The application version # cfBundleIconName: "appicon" # The macOS icon name in Assets.car icon bundles (optional) # # Should match the name of your .icon file without the extension # # If not set and Assets.car exists, defaults to "appicon" diff --git a/docs/SPEC.md b/docs/SPEC.md index c1b82d6c..31a2ce13 100644 --- a/docs/SPEC.md +++ b/docs/SPEC.md @@ -546,6 +546,12 @@ and [`docs/adr/0002-cicd-pipeline-phased-rollout.md`](adr/0002-cicd-pipeline-pha revisit when there's a way to actually verify them. Server-mode Docker image also not part of v1 release scope — no confirmed hosted-deployment use case. `LOCKED` (macOS-only scope) / `PARKED` (the rest) +- **Release cadence: a release tags when a user-visible capability goal + archives, not on a clock** — release notes then describe something a + user can feel (goal 0045). The release asset is the launchable + `mill.app` zip (no build required, provenance-attested); `git clone` + + local build remains the fully documented developer path, per §1.1's + install-story constraint. `LOCKED` ### 1.4 Architecture at a glance