发布

  • chore(release): prepare 0.9.0 (#367)

    frostbyte_neo 发布于 2026-08-12 20:16:56 +00:00 | 130 次提交 在此版本后已推送到 main

    Drops the pre-release suffix from the version scheme. Releases are now
    plain 0.9.0 rather than 0.9.0-alpha.N: a leading 0. already means "no
    stability promise" under semver, so the suffix restated it, and the
    GitHub releases have been marked not-prerelease all along anyway, which
    contradicted the tag.

    The software is still alpha and the docs still say so. Only the version
    string changed.

    Also fixes the bug-report placeholder, which showed a version format
    that will no longer exist.

    No code changes are needed to drop the suffix: hatch-vcs derives the
    version from the git tag, and Cargo.toml and tauri.conf.json carry 0.0.0
    placeholders filled at build time.

    下载附件