Skip to main content

max / goingson

release 0.4.0 — launch version Bumps workspace + src-tauri to 0.4.0 and syncs tauri.conf.json, project.yml, and the iOS Info.plist. Re-flattens iOS appiconset (no-alpha) per release-ios.sh. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-06-01 18:29 UTC
Commit: aa396dc512909c94bda3727e11a7cb2deee3857e
Parent: fa9a461
25 files changed, +13 insertions, -13 deletions
M Cargo.lock +5 -5
@@ -1125,7 +1125,7 @@ dependencies = [
1125 1125
1126 1126 [[package]]
1127 1127 name = "docengine"
1128 - version = "0.3.4"
1128 + version = "0.3.5"
1129 1129 dependencies = [
1130 1130 "ammonia",
1131 1131 "pulldown-cmark",
@@ -1876,7 +1876,7 @@ dependencies = [
1876 1876
1877 1877 [[package]]
1878 1878 name = "goingson-core"
1879 - version = "0.3.1"
1879 + version = "0.4.0"
1880 1880 dependencies = [
1881 1881 "async-trait",
1882 1882 "chrono",
@@ -1893,7 +1893,7 @@ dependencies = [
1893 1893
1894 1894 [[package]]
1895 1895 name = "goingson-db-sqlite"
1896 - version = "0.3.1"
1896 + version = "0.4.0"
1897 1897 dependencies = [
1898 1898 "argon2",
1899 1899 "async-trait",
@@ -1908,7 +1908,7 @@ dependencies = [
1908 1908
1909 1909 [[package]]
1910 1910 name = "goingson-desktop"
1911 - version = "0.3.6"
1911 + version = "0.4.0"
1912 1912 dependencies = [
1913 1913 "async-imap",
1914 1914 "async-trait",
@@ -1961,7 +1961,7 @@ dependencies = [
1961 1961
1962 1962 [[package]]
1963 1963 name = "goingson-plugin-runtime"
1964 - version = "0.3.1"
1964 + version = "0.4.0"
1965 1965 dependencies = [
1966 1966 "async-trait",
1967 1967 "chrono",
M Cargo.toml +1 -1
@@ -9,7 +9,7 @@ default-members = ["src-tauri"]
9 9 resolver = "2"
10 10
11 11 [workspace.package]
12 - version = "0.3.1"
12 + version = "0.4.0"
13 13 edition = "2024"
14 14 license-file = "LICENSE"
15 15
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "goingson-desktop"
3 - version = "0.3.6"
3 + version = "0.4.0"
4 4 edition = "2024"
5 5
6 6 [[bin]]