Skip to content

Commit 4216a29

Browse files
Prepared release v0.9.2 (#117)
1 parent 45770c2 commit 4216a29

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

app/MindWork AI Studio/Components/Changelog.Logs.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public readonly record struct Log(int Build, string Display, string Filename)
1313

1414
public static readonly Log[] LOGS =
1515
[
16+
new (177, "v0.9.2, build 177 (2024-09-05 09:19 UTC)", "v0.9.2.md"),
1617
new (176, "v0.9.1, build 176 (2024-09-04 13:48 UTC)", "v0.9.1.md"),
1718
new (175, "v0.9.0, build 175 (2024-09-03 16:00 UTC)", "v0.9.0.md"),
1819
new (174, "v0.8.12, build 174 (2024-08-24 08:30 UTC)", "v0.8.12.md"),
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# v0.9.2, build 177 (2024-09-05 09:19 UTC)
2+
- Fixed the broken auto. update of v0.9.0 and v0.9.1. Unfortunately, an issue crept into the IPC conversion in v0.9.0, which caused the automatic app update to stop working.

metadata.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.1
2-
2024-09-04 13:48:13 UTC
3-
176
1+
0.9.2
2+
2024-09-05 09:19:00 UTC
3+
177
44
8.0.108 (commit 665a05cea7)
55
8.0.8 (commit 08338fcaa5)
66
1.80.1 (commit 3f5fd8dd4)
77
7.6.0
88
1.7.1
9-
c47d3893ff7, release
9+
45770c2cd73, release

runtime/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mindwork-ai-studio"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
edition = "2021"
55
description = "MindWork AI Studio"
66
authors = ["Thorsten Sommer"]

runtime/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"package": {
88
"productName": "MindWork AI Studio",
9-
"version": "0.9.1"
9+
"version": "0.9.2"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)