Skip to content

Commit 99dac52

Browse files
Prepared release v0.9.30 (#298)
1 parent e21e30c commit 99dac52

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
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 (205, "v0.9.30, build 205 (2025-02-24 19:55 UTC)", "v0.9.30.md"),
1617
new (204, "v0.9.29, build 204 (2025-02-24 13:48 UTC)", "v0.9.29.md"),
1718
new (203, "v0.9.28, build 203 (2025-02-09 16:33 UTC)", "v0.9.28.md"),
1819
new (202, "v0.9.27, build 202 (2025-01-21 18:24 UTC)", "v0.9.27.md"),

app/MindWork AI Studio/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,6 @@
207207
"contentHash": "7WaVMHklpT3Ye2ragqRIwlFRsb6kOk63BOGADV0fan3ulVfGLUYkDi5yNUsZS/7FVNkWbtHAlDLmu4WnHGfqvQ=="
208208
}
209209
},
210-
"net8.0/osx-arm64": {}
210+
"net8.0/osx-x64": {}
211211
}
212212
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# v0.9.30, build 205 (2025-02-xx xx:xx UTC)
1+
# v0.9.30, build 205 (2025-02-24 19:55 UTC)
22
- Implemented the new models API for the Anthropic provider. This allows you to use the latest models, like Claude 3.7 Sonnet, which were released in the last hours.

metadata.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.29
2-
2025-02-24 13:48:37 UTC
3-
204
1+
0.9.30
2+
2025-02-24 19:55:00 UTC
3+
205
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-
03431b85b48, release
9+
e21e30ce8c5, 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.29"
3+
version = "0.9.30"
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.29"
9+
"version": "0.9.30"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)