• beta-v0.4.0-beta.1 afa3686e9a

    ci: base dev version on the latest published tag, not Cargo.toml
    All checks were successful
    dev bread-theme / build (push) Successful in 14s
    dev bakery / build (push) Successful in 56s
    beta bread-theme / build (push) Successful in 14s
    beta bakery / build (push) Successful in 37s

    Ghost released this 2026-07-22 13:51:23 +08:00 | 70 commits to main since this release

    Cargo.toml can drift stale relative to the actual last release (observed
    on breadbox/breadpad/breadcrumbs/breadpaper), which made the auto-bumped
    dev version sort as OLDER than what's already installed — bakery's semver
    check correctly refused those "updates". Deriving the base version from
    git ls-remote --tags instead is self-healing regardless of Cargo.toml
    drift, with a Cargo.toml fallback only for a repo with no tags yet.

    Downloads