Skip to content

Commit 3e66d54

Browse files
Prepared release v0.9.37 (#363)
1 parent 1ac125b commit 3e66d54

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 (212, "v0.9.37, build 212 (2025-03-16 20:32 UTC)", "v0.9.37.md"),
1617
new (211, "v0.9.36, build 211 (2025-03-15 10:42 UTC)", "v0.9.36.md"),
1718
new (210, "v0.9.35, build 210 (2025-03-13 08:44 UTC)", "v0.9.35.md"),
1819
new (209, "v0.9.34, build 209 (2025-03-11 13:02 UTC)", "v0.9.34.md"),

app/MindWork AI Studio/wwwroot/changelog/v0.9.37.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.37, build 212 (2025-03-16 xx:xx UTC)
1+
# v0.9.37, build 212 (2025-03-16 20:32 UTC)
22
- Improved the experience of the data selection component when no data sources are configured yet.
33
- Improved the data source selection behavior when no data source is available or selected, for whatever reason.
44
- Moved the data source settings into the data selection component.

metadata.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.36
2-
2025-03-15 10:42:37 UTC
3-
211
1+
0.9.37
2+
2025-03-16 20:32:10 UTC
3+
212
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-
cf97fa888c6, release
9+
1ac125b7f5e, 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.36"
3+
version = "0.9.37"
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.36"
9+
"version": "0.9.37"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)