Prepared release v0.9.30 (#298)

This commit is contained in:
Thorsten Sommer 2025-02-24 20:58:35 +01:00 committed by GitHub
parent e21e30ce8c
commit 99dac520cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 10 additions and 9 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
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"),
new (202, "v0.9.27, build 202 (2025-01-21 18:24 UTC)", "v0.9.27.md"),

View File

@ -207,6 +207,6 @@
"contentHash": "7WaVMHklpT3Ye2ragqRIwlFRsb6kOk63BOGADV0fan3ulVfGLUYkDi5yNUsZS/7FVNkWbtHAlDLmu4WnHGfqvQ=="
}
},
"net8.0/osx-arm64": {}
"net8.0/osx-x64": {}
}
}

View File

@ -1,2 +1,2 @@
# v0.9.30, build 205 (2025-02-xx xx:xx UTC)
# v0.9.30, build 205 (2025-02-24 19:55 UTC)
- 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.

View File

@ -1,9 +1,9 @@
0.9.29
2025-02-24 13:48:37 UTC
204
0.9.30
2025-02-24 19:55:00 UTC
205
8.0.113 (commit 8f216348dc)
8.0.13 (commit eba546b0f0)
1.85.0 (commit 4d91de4e4)
7.16.0
1.8.1
03431b85b48, release
e21e30ce8c5, release

2
runtime/Cargo.lock generated
View File

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

View File

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

View File

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