Skip to content

Commit dbc2b4f

Browse files
Prepared release v0.9.31 (#305)
1 parent 9d2b63b commit dbc2b4f

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 (206, "v0.9.31, build 206 (2025-02-27 19:22 UTC)", "v0.9.31.md"),
1617
new (205, "v0.9.30, build 205 (2025-02-24 19:55 UTC)", "v0.9.30.md"),
1718
new (204, "v0.9.29, build 204 (2025-02-24 13:48 UTC)", "v0.9.29.md"),
1819
new (203, "v0.9.28, build 203 (2025-02-09 16:33 UTC)", "v0.9.28.md"),

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.31, build 206 (2025-02-xx xx:xx UTC)
1+
# v0.9.31, build 206 (2025-02-27 19:22 UTC)
22
- Added Helmholtz (aka "Blablador") as provider. This provider is available to all researchers and employees of the 18 Helmholtz Centers as well as all eduGAIN organizations worldwide.
33
- Added GWDG SAIA as provider. This provider is available to all researchers and employees of the GWDG, the Max Planck Society, the 18 Helmholtz Centers, and most German universities.
44
- Added DeepSeek as provider.

metadata.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.30
2-
2025-02-24 19:55:00 UTC
3-
205
1+
0.9.31
2+
2025-02-27 19:22:19 UTC
3+
206
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-
e21e30ce8c5, release
9+
9d2b63bbaa0, 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.30"
3+
version = "0.9.31"
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.30"
9+
"version": "0.9.31"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)