Skip to content

Commit eccf65f

Browse files
Prepared release v0.9.34 (#326)
1 parent 2429788 commit eccf65f

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

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

+1
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 (209, "v0.9.34, build 209 (2025-03-11 13:02 UTC)", "v0.9.34.md"),
1617
new (208, "v0.9.33, build 208 (2025-03-11 08:14 UTC)", "v0.9.33.md"),
1718
new (207, "v0.9.32, build 207 (2025-03-08 20:15 UTC)", "v0.9.32.md"),
1819
new (206, "v0.9.31, build 206 (2025-03-03 15:33 UTC)", "v0.9.31.md"),
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# v0.9.34, build 209 (2025-03-11 xx:xx UTC)
1+
# v0.9.34, build 209 (2025-03-11 13:02 UTC)
22
- Fixed another bug related to ERI server authentication when adding new servers.

metadata.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.33
2-
2025-03-11 08:14:02 UTC
3-
208
1+
0.9.34
2+
2025-03-11 13:02:01 UTC
3+
209
44
8.0.113 (commit 8f216348dc)
55
8.0.13 (commit eba546b0f0)
66
1.85.0 (commit 4d91de4e4)
77
7.16.0
88
1.8.1
9-
94028b2c061, release
9+
2429788ccc0, release

runtime/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mindwork-ai-studio"
3-
version = "0.9.33"
3+
version = "0.9.34"
44
edition = "2021"
55
description = "MindWork AI Studio"
66
authors = ["Thorsten Sommer"]

runtime/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"package": {
88
"productName": "MindWork AI Studio",
9-
"version": "0.9.33"
9+
"version": "0.9.34"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)