From 910297e4b7a34a93f5656c2112ecad0d7425b689 Mon Sep 17 00:00:00 2001 From: Nic-dorman Date: Wed, 15 Apr 2026 10:57:03 +0100 Subject: [PATCH] chore: bump version to 0.6.0 Notable changes since v0.5.0: - Disable public upload option in the UI until external-signer backend support lands (#12) - Bump evmlib from 0.4 to 0.8 (#11) - Add Vitest test suite + PR CI checks (typecheck, vitest, cargo fmt/clippy) (#8, #9) - Parallel CI builds with pre-built sidecar binaries (#8) Co-Authored-By: Claude Opus 4.6 (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 c643b0d..8ef4555 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ant-gui", - "version": "0.5.0", + "version": "0.6.0", "private": true, "type": "module", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 1d0a472..eb4469b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -871,7 +871,7 @@ dependencies = [ [[package]] name = "ant-gui" -version = "0.5.0" +version = "0.6.0" dependencies = [ "ant-core", "dirs 5.0.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index dd962d4..8e20868 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-gui" -version = "0.5.0" +version = "0.6.0" edition = "2021" [lib] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c54f890..d1a8122 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.5.0", + "version": "0.6.0", "identifier": "com.autonomi.ant-gui", "build": { "frontendDist": "../dist",