• v0.6.0 69f569b767

    zelnet v0.6.0 Stable

    gitea_admin released this 2026-06-25 12:36:13 +00:00 | 115 commits to main since this release

    Added

    • CHANGELOG.md (this file) and scripts/release-prep.sh — release-prep computes the next version
      from conventional commits (optionally refined by a local LLM) and drafts this changelog section.

    Changed

    • src/VERSION is now the authoritative version, carrying a -dev suffix during development.
      Releases are cut by a deliberate "release commit" that drops the suffix; the CI pipeline then
      promotes that commit's already-smoke-tested binaries to the release (no rebuild at tag time),
      and every push publishes SHA-named builds to pkg.sean.farm/zelnet/builds/<sha>/.

    Fixed

    • The macOS .app bundle version (CFBundleShortVersionString) now tracks src/VERSION instead of
      a stale hardcoded 0.1.0.
    Downloads