Prepare to release v0.9.12

This commit is contained in:
Thorsten Sommer 2024-10-07 13:24:34 +02:00
parent 580ca9850b
commit 180c297893
No known key found for this signature in database
GPG Key ID: B0B7E2FC074BF1F5
6 changed files with 10 additions and 7 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
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"),
new (185, "v0.9.10, build 185 (2024-09-12 20:52 UTC)", "v0.9.10.md"),

View File

@ -0,0 +1,2 @@
# v0.9.13, build 188 (2024-10-07 11:18 UTC)
- Allow the use of an API key for self-hosted `ollama` instances. Useful when using `ollama` with, e.g., Open WebUI.

View File

@ -1,9 +1,9 @@
0.9.12
2024-09-15 20:49:12 UTC
187
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
8715054dda6, release
580ca9850b1, release

2
runtime/Cargo.lock generated
View File

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

View File

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

View File

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