From 6cfd4fc9688c0a94675aa04163e597bb5c10b21c Mon Sep 17 00:00:00 2001 From: Nic-dorman Date: Thu, 30 Apr 2026 15:23:41 +0100 Subject: [PATCH] chore: bump version to 0.6.8-rc.2 Second internal-tester pre-release of the 0.6.8 cycle. Adds on top of rc.1: - Sidebar PRE-RELEASE indicator (#70) -- teal badge for rc/beta/alpha builds, distinct from the amber DEVNET badge. - refresh-release-notes workflow (#71) -- ~30s manual workflow_dispatch to push polished release notes into latest.json so the in-app UpdateDialog renders them. Tests V2-237 end-to-end: anyone on installed v0.6.8-rc.1 with Settings -> Advanced -> Pre-release builds toggled on should auto-detect rc.2. Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 53a8fbb..d732b0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ant-gui", - "version": "0.6.8-rc.1", + "version": "0.6.8-rc.2", "private": true, "type": "module", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 19d09df..1d2445c 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -847,7 +847,7 @@ dependencies = [ [[package]] name = "ant-gui" -version = "0.6.8-rc.1" +version = "0.6.8-rc.2" dependencies = [ "ant-core", "dirs 5.0.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 99b30cb..b6d5e49 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-gui" -version = "0.6.8-rc.1" +version = "0.6.8-rc.2" edition = "2021" [lib] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 762b10a..7ac34be 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/nicholasgasior/tauri-v2-schema/refs/heads/master/tauri.conf.json", "productName": "Autonomi", - "version": "0.6.8-rc.1", + "version": "0.6.8-rc.2", "identifier": "com.autonomi.ant-gui", "build": { "frontendDist": "../dist",