Skip to content

Commit 3ab8e73

Browse files
Prepared release v0.9.36 (#351)
1 parent cf97fa8 commit 3ab8e73

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
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 (211, "v0.9.36, build 211 (2025-03-15 10:42 UTC)", "v0.9.36.md"),
1617
new (210, "v0.9.35, build 210 (2025-03-13 08:44 UTC)", "v0.9.35.md"),
1718
new (209, "v0.9.34, build 209 (2025-03-11 13:02 UTC)", "v0.9.34.md"),
1819
new (208, "v0.9.33, build 208 (2025-03-11 08:14 UTC)", "v0.9.33.md"),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# v0.9.36, build 211 (2025-03-15 xx:xx UTC)
1+
# v0.9.36, build 211 (2025-03-15 10:42 UTC)
22
- Fixed a MudBlazor bug, where dropdown menus were not displayed correctly when used inside a dialog.

metadata.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.35
2-
2025-03-13 08:44:31 UTC
3-
210
1+
0.9.36
2+
2025-03-15 10:42:37 UTC
3+
211
44
9.0.104 (commit 2750432faa)
55
9.0.3 (commit 831d23e561)
66
1.85.0 (commit 4d91de4e4)
77
8.3.0
88
1.8.1
9-
471536cc8f0, release
9+
cf97fa888c6, 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.35"
3+
version = "0.9.36"
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.35"
9+
"version": "0.9.36"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)