Prepared test release v26.5.4 (#759)

This commit is contained in:
Thorsten Sommer 2026-05-13 14:03:36 +02:00 committed by GitHub
parent 0089849e0c
commit 3360c2fa29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 11 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 (239, "v26.5.4, build 239 (2026-05-13 11:58 UTC)", "v26.5.4.md"),
new (238, "v26.5.3, build 238 (2026-05-13 09:50 UTC)", "v26.5.3.md"), new (238, "v26.5.3, build 238 (2026-05-13 09:50 UTC)", "v26.5.3.md"),
new (237, "v26.5.2, build 237 (2026-05-06 16:38 UTC)", "v26.5.2.md"), new (237, "v26.5.2, build 237 (2026-05-06 16:38 UTC)", "v26.5.2.md"),
new (236, "v26.5.1, build 236 (2026-05-06 13:06 UTC)", "v26.5.1.md"), new (236, "v26.5.1, build 236 (2026-05-06 13:06 UTC)", "v26.5.1.md"),

View File

@ -1 +1,2 @@
# v26.5.4, build 239 (2026-05-xx xx:xx UTC) # v26.5.4, build 239 (2026-05-13 11:58 UTC)
- Migrated away from Rocket to Axum for our internal IPC API. Please do not install this prerelease manually. Production versions, such as v26.4.1, will ignore this update. We are using this prerelease to test the clean update path. After a successful test, this prerelease will be removed.

View File

@ -0,0 +1 @@
# v26.5.5, build 240 (2026-05-xx xx:xx UTC)

View File

@ -1,12 +1,12 @@
26.5.3 26.5.4
2026-05-13 09:50:18 UTC 2026-05-13 11:58:02 UTC
238 239
9.0.116 (commit fb4af7e1b3) 9.0.116 (commit fb4af7e1b3)
9.0.15 (commit 4250c8399a) 9.0.15 (commit 4250c8399a)
1.95.0 (commit 59807616e) 1.95.0 (commit 59807616e)
8.15.0 8.15.0
2.11.1 2.11.1
d69eab88072, release 0089849e0c3, release
osx-arm64 osx-arm64
144.0.7543.0 144.0.7543.0
1.17.1 1.17.1

2
runtime/Cargo.lock generated
View File

@ -2946,7 +2946,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "26.5.3" version = "26.5.4"
dependencies = [ dependencies = [
"aes", "aes",
"arboard", "arboard",

View File

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

View File

@ -1,7 +1,7 @@
{ {
"productName": "MindWork AI Studio", "productName": "MindWork AI Studio",
"mainBinaryName": "MindWork AI Studio", "mainBinaryName": "MindWork AI Studio",
"version": "26.5.3", "version": "26.5.4",
"identifier": "com.github.mindwork-ai.ai-studio", "identifier": "com.github.mindwork-ai.ai-studio",
"build": { "build": {