Prepared release v0.9.31 (#305)

This commit is contained in:
Thorsten Sommer 2025-02-27 20:26:36 +01:00 committed by GitHub
parent 9d2b63bbaa
commit dbc2b4f6bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (206, "v0.9.31, build 206 (2025-02-27 19:22 UTC)", "v0.9.31.md"),
new (205, "v0.9.30, build 205 (2025-02-24 19:55 UTC)", "v0.9.30.md"),
new (204, "v0.9.29, build 204 (2025-02-24 13:48 UTC)", "v0.9.29.md"),
new (203, "v0.9.28, build 203 (2025-02-09 16:33 UTC)", "v0.9.28.md"),

View File

@ -1,4 +1,4 @@
# v0.9.31, build 206 (2025-02-xx xx:xx UTC)
# v0.9.31, build 206 (2025-02-27 19:22 UTC)
- 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.
- 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.
- Added DeepSeek as provider.

View File

@ -1,9 +1,9 @@
0.9.30
2025-02-24 19:55:00 UTC
205
0.9.31
2025-02-27 19:22:19 UTC
206
8.0.113 (commit 8f216348dc)
8.0.13 (commit eba546b0f0)
1.85.0 (commit 4d91de4e4)
7.16.0
1.8.1
e21e30ce8c5, release
9d2b63bbaa0, release

2
runtime/Cargo.lock generated
View File

@ -2347,7 +2347,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.30"
version = "0.9.31"
dependencies = [
"aes",
"arboard",

View File

@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "0.9.30"
version = "0.9.31"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]

View File

@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
"version": "0.9.30"
"version": "0.9.31"
},
"tauri": {
"allowlist": {