iuna

iuna - experimental devnet protocol
git clone https://iuna.jhx.app/git/iuna.git
Log | Files | Refs | README | LICENSE

commit 7626fc6e3b46c32868866b613fe5938a764a9e45
parent 6a5c60e14f6f1627ec1556b56bb208ed9128e845
Author: Joris Hartog <jorishartog@hotmail.com>
Date:   Wed, 12 Aug 2026 09:49:44 +0200

Release v0.3.0

Diffstat:
MCargo.lock | 2+-
MCargo.toml | 2+-
MREADME.md | 4++--
Msrc-tauri/Cargo.lock | 2+-
Msrc-tauri/Cargo.toml | 2+-
Msrc-tauri/tauri.conf.json | 2+-
6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -543,7 +543,7 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "iuna" -version = "0.2.47" +version = "0.3.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iuna" -version = "0.2.47" +version = "0.3.0" edition = "2024" license = "Apache-2.0" diff --git a/README.md b/README.md @@ -59,8 +59,8 @@ docker run --rm -p 8080:80 iuna-static-site:test The Linux CLI archives are built inside the image for x86_64 and aarch64. Prebuilt desktop artifacts must be added before the image build: -- `downloads/iuna-v0.2.47-macos-aarch64-desktop.app.zip` -- `downloads/iuna-v0.2.47-windows-x86_64-desktop-setup.exe` +- `downloads/iuna-v0.3.0-macos-aarch64-desktop.app.zip` +- `downloads/iuna-v0.3.0-windows-x86_64-desktop-setup.exe` Release and deploy with: diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock @@ -1511,7 +1511,7 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "iuna-desktop" -version = "0.2.47" +version = "0.3.0" dependencies = [ "tauri", "tauri-build", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iuna-desktop" -version = "0.2.47" +version = "0.3.0" edition = "2024" publish = false diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "iuna", - "version": "0.2.47", + "version": "0.3.0", "identifier": "labs.iuna.desktop", "build": { "beforeDevCommand": "",