From 57c9bbfd1e8b3f7a1521fe8eca3ad4d88c9ddfd2 Mon Sep 17 00:00:00 2001 From: hosted-fornet Date: Tue, 13 Jan 2026 11:24:48 -0800 Subject: [PATCH 1/2] bump version to 3.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dea7042e..bd713f5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2282,7 +2282,7 @@ dependencies = [ [[package]] name = "kit" -version = "3.2.1" +version = "3.2.2" dependencies = [ "alloy", "alloy-sol-macro", diff --git a/Cargo.toml b/Cargo.toml index 8575f125..2509970a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kit" authors = ["Sybil Technologies AG"] -version = "3.2.1" +version = "3.2.2" edition = "2021" description = "Development toolkit for Hyperware" homepage = "https://hyperware.ai" From b32ab2f4c527d69267ac176d89d8bfbbd05cb64b Mon Sep 17 00:00:00 2001 From: hosted-fornet Date: Tue, 27 Jan 2026 14:40:10 -0800 Subject: [PATCH 2/2] new: hyperapp-skeleton: add example-apps to gitignore --- src/new/templates/rust/ui/hyperapp-skeleton/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/new/templates/rust/ui/hyperapp-skeleton/.gitignore b/src/new/templates/rust/ui/hyperapp-skeleton/.gitignore index 6b6711d6..1c3a6752 100644 --- a/src/new/templates/rust/ui/hyperapp-skeleton/.gitignore +++ b/src/new/templates/rust/ui/hyperapp-skeleton/.gitignore @@ -33,3 +33,5 @@ # Temporary files *.tmp *~ + +example-apps