mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-03-12 19:09:07 +00:00
Prepared release v0.9.34 (#326)
This commit is contained in:
parent
2429788ccc
commit
eccf65f0a6
@ -13,6 +13,7 @@ public partial class Changelog
|
||||
|
||||
public static readonly Log[] LOGS =
|
||||
[
|
||||
new (209, "v0.9.34, build 209 (2025-03-11 13:02 UTC)", "v0.9.34.md"),
|
||||
new (208, "v0.9.33, build 208 (2025-03-11 08:14 UTC)", "v0.9.33.md"),
|
||||
new (207, "v0.9.32, build 207 (2025-03-08 20:15 UTC)", "v0.9.32.md"),
|
||||
new (206, "v0.9.31, build 206 (2025-03-03 15:33 UTC)", "v0.9.31.md"),
|
||||
|
@ -1,2 +1,2 @@
|
||||
# v0.9.34, build 209 (2025-03-11 xx:xx UTC)
|
||||
# v0.9.34, build 209 (2025-03-11 13:02 UTC)
|
||||
- Fixed another bug related to ERI server authentication when adding new servers.
|
@ -1,9 +1,9 @@
|
||||
0.9.33
|
||||
2025-03-11 08:14:02 UTC
|
||||
208
|
||||
0.9.34
|
||||
2025-03-11 13:02:01 UTC
|
||||
209
|
||||
8.0.113 (commit 8f216348dc)
|
||||
8.0.13 (commit eba546b0f0)
|
||||
1.85.0 (commit 4d91de4e4)
|
||||
7.16.0
|
||||
1.8.1
|
||||
94028b2c061, release
|
||||
2429788ccc0, release
|
||||
|
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2350,7 +2350,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||||
|
||||
[[package]]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.33"
|
||||
version = "0.9.34"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"arboard",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.33"
|
||||
version = "0.9.34"
|
||||
edition = "2021"
|
||||
description = "MindWork AI Studio"
|
||||
authors = ["Thorsten Sommer"]
|
||||
|
@ -6,7 +6,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "MindWork AI Studio",
|
||||
"version": "0.9.33"
|
||||
"version": "0.9.34"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
Loading…
Reference in New Issue
Block a user