Files
Tha.Les 3fe7c80730 chore(release): prepare 0.9.0 (#367)
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.
2026-08-12 21:16:56 +01:00
..