Skip to content

Commit 61b4f30

Browse files
committed
Release 0.6.2
1 parent c0d75f4 commit 61b4f30

3 files changed

Lines changed: 12 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,19 @@ All notable changes to `devloop` will be recorded in this file.
44

55
## [Unreleased]
66

7+
## [0.6.2] - 2026-03-26
8+
79
### Fixed
8-
- Runtime requests for missing workflows now fail explicitly instead of
9-
being logged and skipped, and external events return `503` if their
10-
workflow trigger cannot be dispatched.
11-
- Watcher callback delivery failures are now surfaced as errors instead
12-
of being dropped silently.
13-
- Unexpected watcher and external-event channel disconnects now fail the
14-
engine explicitly instead of silently disabling those input paths.
15-
- Accepted macOS `notify` event paths reported under `/private/...`
16-
for watched roots configured under `/var/...`, so file changes in
17-
temp directories are no longer dropped by the watch classifier.
18-
- Made the CI smoke test wait for file watching to start before editing
19-
the watched fixture file, and retry the watched write until the state
20-
change is observed, avoiding startup races on macOS runners.
21-
- Added a hard wall-clock timeout and bounded shutdown to the CI smoke
22-
harness so failed runs die loudly instead of hanging in CI.
10+
- Runtime requests for missing workflows now fail explicitly instead of being logged and skipped, and external events return `503` if their workflow trigger cannot be dispatched.
11+
- Watcher callback delivery failures are now surfaced as errors instead of being dropped silently.
12+
- Unexpected watcher and external-event channel disconnects now fail the engine explicitly instead of silently disabling those input paths.
13+
- Accepted macOS `notify` event paths reported under `/private/...` for watched roots configured under `/var/...`, so file changes in temp directories are no longer dropped by the watch classifier.
14+
- Made the CI smoke test wait for file watching to start before editing the watched fixture file, and retry the watched write until the state change is observed, avoiding startup races on macOS runners.
15+
- Added a hard wall-clock timeout and bounded shutdown to the CI smoke harness so failed runs die loudly instead of hanging in CI.
2316

2417
### Changed
25-
- Split Linux and macOS CI into separate badgeable workflows backed by
26-
one reusable workflow definition, and limited release archives to the
27-
supported Linux x86_64 and macOS Apple Silicon targets.
28-
- Split release publishing into separate Linux and macOS workflows
29-
backed by one reusable workflow definition so each platform publishes
30-
its asset independently.
18+
- Split Linux and macOS CI into separate badgeable workflows backed by one reusable workflow definition, and limited release archives to the supported Linux x86_64 and macOS Apple Silicon targets.
19+
- Split release publishing into separate Linux and macOS workflows backed by one reusable workflow definition so each platform publishes its asset independently.
3120

3221
## [0.6.1] - 2026-03-26
3322

Cargo.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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devloop"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)