Prepared release v0.9.14

This commit is contained in:
Thorsten Sommer 2024-10-18 11:22:14 +02:00
parent bd93d3388d
commit 7c46838aa1
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
6 changed files with 19 additions and 12 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (189, "v0.9.14, build 189 (2024-10-18 08:48 UTC)", "v0.9.14.md"),
new (188, "v0.9.13, build 188 (2024-10-07 11:18 UTC)", "v0.9.13.md"),
new (187, "v0.9.12, build 187 (2024-09-15 20:49 UTC)", "v0.9.12.md"),
new (186, "v0.9.11, build 186 (2024-09-15 10:33 UTC)", "v0.9.11.md"),

View File

@ -0,0 +1,6 @@
# v0.9.14, build 189 (2024-10-18 08:48 UTC)
- Added our first contributor @richard-stanton to the supporter page.
- Upgraded to .NET 8.0.10
- Upgraded to Rust 1.82.0
- Upgraded to Tauri 1.8.1
- Upgraded to MudBlazor 7.13.0

View File

@ -1,9 +1,9 @@
0.9.13
2024-10-07 11:18:05 UTC
188
8.0.108 (commit 665a05cea7)
8.0.8 (commit 08338fcaa5)
1.81.0 (commit eeb90cda1)
7.8.0
1.7.1
580ca9850b1, release
0.9.14
2024-10-18 08:48:28 UTC
189
8.0.110 (commit 87a66bb3d1)
8.0.10 (commit 81cabf2857)
1.82.0 (commit f6e511eec)
7.13.0
1.8.1
021ba2cdcca, release

2
runtime/Cargo.lock generated
View File

@ -2162,7 +2162,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.13"
version = "0.9.14"
dependencies = [
"aes",
"arboard",

View File

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

View File

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