Prepared the release of v0.9.8 (#138)

This commit is contained in:
Thorsten Sommer 2024-09-09 15:13:39 +02:00 committed by GitHub
parent 09f5b83e66
commit 2a648105e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (183, "v0.9.8, build 183 (2024-09-09 13:10 UTC)", "v0.9.8.md"),
new (182, "v0.9.7, build 182 (2024-09-08 20:55 UTC)", "v0.9.7.md"),
new (181, "v0.9.6, build 181 (2024-09-08 09:30 UTC)", "v0.9.6.md"),
new (180, "v0.9.5, build 180 (2024-09-07 16:33 UTC)", "v0.9.5.md"),

View File

@ -1,2 +1,2 @@
# v0.9.8, build 183 (2024-09-09 13:00 UTC)
# v0.9.8, build 183 (2024-09-09 13:10 UTC)
- Added the "my tasks" assistant to analyze, e.g., business emails and extract related tasks for your role.

View File

@ -1,9 +1,9 @@
0.9.7
2024-09-08 20:55:01 UTC
182
0.9.8
2024-09-09 13:10:19 UTC
183
8.0.108 (commit 665a05cea7)
8.0.8 (commit 08338fcaa5)
1.81.0 (commit eeb90cda1)
7.8.0
1.7.1
54588fc92d8, release
09f5b83e664, dev debug

2
runtime/Cargo.lock generated
View File

@ -2130,7 +2130,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.7"
version = "0.9.8"
dependencies = [
"aes",
"arboard",

View File

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

View File

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