Skip to content

Commit a067622

Browse files
committed
Release 0.7.0
1 parent fa91595 commit a067622

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to `devloop` will be recorded in this file.
44

55
## [Unreleased]
66

7+
## [0.7.0] - 2026-03-27
8+
79
### Added
810
- Added a browser reload event server and a `notify_reload` workflow
911
action so workflows can explicitly tell downstream browser listeners
@@ -25,6 +27,11 @@ All notable changes to `devloop` will be recorded in this file.
2527
- Trigger-overlap validation now walks the full execution tree, so
2628
nested trigger graphs cannot schedule the same workflow once as a
2729
trigger target and again through an inline `run_workflow` path.
30+
- Fixed a false positive in that validator so inline workflows with
31+
independent trigger targets are allowed.
32+
- Added regression coverage for both the allowed independent-trigger
33+
case and the rejected case where a parent workflow and an inline child
34+
share the same trigger target.
2835
- Platform-specific release workflows no longer duplicate GitHub release notes when both assets are published to the same tag.
2936

3037
## [0.6.2] - 2026-03-26

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.2"
3+
version = "0.7.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)