Prepared release v0.6.2

This commit is contained in:
Thorsten Sommer 2024-07-01 20:06:44 +02:00
parent 92748f0ba2
commit 32d421dde4
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
6 changed files with 10 additions and 7 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS = public static readonly Log[] LOGS =
[ [
new (158, "v0.6.2, build 158 (2024-07-01 20:03 UTC)", "v0.6.2.md"),
new (157, "v0.6.1, build 157 (2024-06-30 19:00 UTC)", "v0.6.1.md"), new (157, "v0.6.1, build 157 (2024-06-30 19:00 UTC)", "v0.6.1.md"),
new (156, "v0.6.0, build 156 (2024-06-30 12:49 UTC)", "v0.6.0.md"), new (156, "v0.6.0, build 156 (2024-06-30 12:49 UTC)", "v0.6.0.md"),
new (155, "v0.5.2, build 155 (2024-06-25 18:07 UTC)", "v0.5.2.md"), new (155, "v0.5.2, build 155 (2024-06-25 18:07 UTC)", "v0.5.2.md"),

View File

@ -0,0 +1,2 @@
# v0.6.2, build 158 (2024-07-01 18:03 UTC)
- Added support for the Mistral provider

View File

@ -1,9 +1,9 @@
0.6.1 0.6.2
2024-06-30 19:00:03 UTC 2024-07-01 18:03:14 UTC
157 158
8.0.206 (commit bb12410699) 8.0.206 (commit bb12410699)
8.0.6 (commit 3b8b000a0e) 8.0.6 (commit 3b8b000a0e)
1.79.0 (commit 129f3b996) 1.79.0 (commit 129f3b996)
6.20.0 6.20.0
1.6.1 1.6.1
9b1649b48a7, release 92748f0ba28, release

2
runtime/Cargo.lock generated
View File

@ -2313,7 +2313,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.6.1" version = "0.6.2"
dependencies = [ dependencies = [
"arboard", "arboard",
"flexi_logger", "flexi_logger",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.6.1" version = "0.6.2"
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.6.1" "version": "0.6.2"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {