Release Notes
v0.2.0-beta.1
Section titled “v0.2.0-beta.1”- Version:
v0.2.0-beta.1 - Date: 2026-03-26
- Status: published public beta release
What changed
Section titled “What changed”- Hardens public trust surfaces: install docs, security posture, release notes, and verified public docs.
- Adds generated CLI and API references so operator docs track shipped code.
- Adds tagged-release artifact publishing with checksums.
- Adds a
versioncommand for release verification and operator smoke tests.
Breaking changes
Section titled “Breaking changes”- None relative to
v0.1.0.
Upgrade notes
Section titled “Upgrade notes”- Re-read Security before exposing the daemon to any shared network.
- Prefer release archives and checksum verification over ad hoc local builds for operator installs.
- Published assets:
wakeplane_0.2.0-beta.1_darwin_arm64.tar.gzwakeplane_0.2.0-beta.1_linux_amd64.tar.gzwakeplane_0.2.0-beta.1_linux_arm64.tar.gzchecksums.txt
Known limitations
Section titled “Known limitations”- No authentication or RBAC.
- SQLite-first and single-process only.
- CLI and API remain pre-1.0 and are not yet semver-frozen.
v0.1.0
Section titled “v0.1.0”- Version:
v0.1.0 - Date: 2026-03-25
What changed
Section titled “What changed”- Shipped the initial public Wakeplane daemon and CLI surface.
- Added durable schedule and run recording with SQLite-first storage.
- Shipped planner, dispatcher, typed executors, status, and metrics endpoints.
Breaking changes
Section titled “Breaking changes”- None. This is the initial public release line.
Upgrade notes
Section titled “Upgrade notes”- Fresh install only. There is no earlier public release to migrate from.
Known limitations
Section titled “Known limitations”- No authentication or RBAC.
- SQLite-first and single-process only.
- CLI and API are still pre-stable.
Release Discipline
Section titled “Release Discipline”Wakeplane follows semantic versioning, with 0.x remaining pre-stable. Before tagging a release:
go test ./... -count=1go build ./...small check --strictgo run ./tools/docsgen --check- Ensure public docs validation passes
- Update both version constants in
cmd/wakeplane/main.goandcmd/wakeplaned/main.go - Update install and release notes under
docs/public/ - Ensure
git statusis clean
Tagged releases must publish:
wakeplane_<version>_darwin_arm64.tar.gzwakeplane_<version>_linux_amd64.tar.gzwakeplane_<version>_linux_arm64.tar.gzchecksums.txt