Skip to content

Commit b3e4456

Browse files
committed
release candidate: v1.5.1784673252
1 parent af04b2a commit b3e4456

6 files changed

Lines changed: 10 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.5.1784673252] - 2026-07-21
11+
1012
### Fixed
1113
- Kept unattended macOS candidate gates awake, ran the release benchmark once,
1214
and preserved service/VM logs when exception teardown precedes pytest's

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ members = [
2222
]
2323

2424
[workspace.package]
25-
version = "1.5.1784663414"
25+
version = "1.5.1784673252"
2626
edition = "2021"
2727
rust-version = "1.91"
2828
license = "Apache-2.0"

LATEST_RELEASE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version: 1.5.1784663414
1+
version: 1.5.1784673252
22
---
33
### Fixed
4-
- Honored virtqueue interrupt suppression in the KVM VirtioFS worker and
5-
stopped raising interrupts for empty post-resume queue notifications,
6-
preventing lost completion wakeups during restored workspace bursts.
4+
- Kept unattended macOS candidate gates awake, ran the release benchmark once,
5+
and preserved service/VM logs when exception teardown precedes pytest's
6+
failure report.

crates/capsem-app/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-utils/schema.json",
33
"productName": "Capsem",
4-
"version": "1.5.1784663414",
4+
"version": "1.5.1784673252",
55
"identifier": "com.capsem.capsem",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "capsem"
3-
version = "1.5.1784663414"
3+
version = "1.5.1784673252"
44
requires-python = ">=3.11"
55
dependencies = [
66
"pydantic>=2.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)