Skip to content

Commit 97454c5

Browse files
Updated v0.9.38 metadata (#369)
1 parent d25a477 commit 97454c5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347
cargo tauri build --target ${{ matrix.rust_target }} --bundles ${{ matrix.tauri_bundle }}
348348
349349
- name: Upload artifact (macOS)
350-
if: startsWith(matrix.platform, 'macos')
350+
if: startsWith(matrix.platform, 'macos') && startsWith(github.ref, 'refs/tags/v')
351351
uses: actions/upload-artifact@v4
352352
with:
353353
name: MindWork AI Studio (macOS ${{ matrix.dotnet_runtime }})

app/MindWork AI Studio/Components/Changelog.Logs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public readonly record struct Log(int Build, string Display, string Filename)
1313

1414
public static readonly Log[] LOGS =
1515
[
16-
new (213, "v0.9.38, build 213 (2025-03-17 17:07 UTC)", "v0.9.38.md"),
16+
new (213, "v0.9.38, build 213 (2025-03-17 18:18 UTC)", "v0.9.38.md"),
1717
new (212, "v0.9.37, build 212 (2025-03-16 20:32 UTC)", "v0.9.37.md"),
1818
new (211, "v0.9.36, build 211 (2025-03-15 10:42 UTC)", "v0.9.36.md"),
1919
new (210, "v0.9.35, build 210 (2025-03-13 08:44 UTC)", "v0.9.35.md"),
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.38, build 213 (2025-03-17 17:07 UTC)
1+
# v0.9.38, build 213 (2025-03-17 18:18 UTC)
22
- Added the "stop generation" button to all assistants.
33
- Upgraded MudBlazor to v8.4.0, which fixes some bugs we were experiencing.
4-
- Updated the ERI v1 specification for the ERI server assistant & fixed spelling of the `UNKNOWN` role.
4+
- Upgraded the ERI v1 specification for the ERI server assistant & fixed spelling of the `UNKNOWN` role.

metadata.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
0.9.38
2-
2025-03-17 17:07:00 UTC
2+
2025-03-17 18:18:00 UTC
33
213
44
9.0.104 (commit 2750432faa)
55
9.0.3 (commit 831d23e561)
66
1.85.0 (commit 4d91de4e4)
77
8.4.0
88
1.8.1
9-
820294c14db, dev debug
9+
820294c14db, release

0 commit comments

Comments
 (0)