From 70cf788cbe364c4285d5ff1c46ca36e9e42d1c91 Mon Sep 17 00:00:00 2001 From: Thales Pereira <31625914+thcp@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:05:28 +0100 Subject: [PATCH] chore(release): prepare 0.9.0 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. --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- templates/stemdeck.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ef9cf3f..24da83c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -51,7 +51,7 @@ body: attributes: label: StemDeck version description: Shown in the About dialog (Help icon). - placeholder: e.g. v0.7.0-alpha.12 + placeholder: e.g. v0.9.0 validations: required: true - type: dropdown diff --git a/templates/stemdeck.xml b/templates/stemdeck.xml index 087062c..7d775ff 100644 --- a/templates/stemdeck.xml +++ b/templates/stemdeck.xml @@ -1,7 +1,7 @@ StemDeck - ghcr.io/stemdeckapp/stemdeck:0.8.0-alpha.17 + ghcr.io/stemdeckapp/stemdeck:0.9.0 https://github.com/stemdeckapp/stemdeck/pkgs/container/stemdeck bridge sh