Prepared release v0.9.17

This commit is contained in:
Thorsten Sommer 2024-11-03 12:15:57 +01:00
parent 14fc418aa6
commit 9c8b2d4846
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
6 changed files with 9 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS = public static readonly Log[] LOGS =
[ [
new (192, "v0.9.17, build 192 (2024-11-03 11:11 UTC)", "v0.9.17.md"),
new (191, "v0.9.16, build 191 (2024-11-02 22:04 UTC)", "v0.9.16.md"), new (191, "v0.9.16, build 191 (2024-11-02 22:04 UTC)", "v0.9.16.md"),
new (190, "v0.9.15, build 190 (2024-10-28 15:04 UTC)", "v0.9.15.md"), new (190, "v0.9.15, build 190 (2024-10-28 15:04 UTC)", "v0.9.15.md"),
new (189, "v0.9.14, build 189 (2024-10-18 08:48 UTC)", "v0.9.14.md"), new (189, "v0.9.14, build 189 (2024-10-18 08:48 UTC)", "v0.9.14.md"),

View File

@ -1,2 +1,2 @@
# v0.9.17, build 192 (2024-11-03 11:xx UTC) # v0.9.17, build 192 (2024-11-03 11:11 UTC)
- Added new Anthropic model `claude-3-5-sonnet-20241022` as well as the aliases `claude-3-5-sonnet-latest` and `claude-3-opus-latest`. - Added new Anthropic model `claude-3-5-sonnet-20241022` as well as the aliases `claude-3-5-sonnet-latest` and `claude-3-opus-latest`.

View File

@ -1,9 +1,9 @@
0.9.16 0.9.17
2024-11-02 22:04:29 UTC 2024-11-03 11:11:20 UTC
191 192
8.0.110 (commit 87a66bb3d1) 8.0.110 (commit 87a66bb3d1)
8.0.10 (commit 81cabf2857) 8.0.10 (commit 81cabf2857)
1.82.0 (commit f6e511eec) 1.82.0 (commit f6e511eec)
7.14.0 7.14.0
1.8.1 1.8.1
abbb8c16509, release 14fc418aa68, release

2
runtime/Cargo.lock generated
View File

@ -2174,7 +2174,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"aes", "aes",
"arboard", "arboard",

View File

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

View File

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