Skip to content

Commit 3e774d7

Browse files
authored
Merge pull request #150 from dmoliveira/loopmux-br-3ak-release-docs
Refresh v0.1.40 draft notes and prep references
2 parents a5a499b + 5ce9b7d commit 3e774d7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,8 @@
8282
- Release published: `https://github.com/dmoliveira/loopmux/releases/tag/v0.1.39`.
8383
- Tag: `v0.1.39`.
8484
- Preflight and publish checks passed: `cargo fmt --check`, `cargo test -q` (136 passed), `cargo clippy -- -D warnings`, `make smoke-post-release`.
85+
86+
### v0.1.40 Prep References
87+
- PR #147: Kick off v0.1.40 milestone and release scaffolds (`https://github.com/dmoliveira/loopmux/pull/147`)
88+
- PR #148: Add fleet heartbeat telemetry for active vs idle loop behavior (`https://github.com/dmoliveira/loopmux/pull/148`)
89+
- PR #149: Expand cadence and stop-state regression defenses (`https://github.com/dmoliveira/loopmux/pull/149`)

docs/release/v0.1.40-draft.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88
- Added `docs/plan/v0.1.40-milestone.md` to track scope and acceptance criteria.
99

1010
## Changes
11-
- TBD: summarize behavior and telemetry refinements merged during v0.1.40.
11+
- Added bounded fleet heartbeat telemetry that classifies loop progress as `activity=active|idle` using send deltas across heartbeat windows.
12+
- Preserved low-noise cadence by emitting heartbeat snapshots only after a poll-scaled interval threshold.
1213

1314
## Fixes
14-
- TBD: summarize regression defenses and correctness fixes merged during v0.1.40.
15+
- Added stop-state heartbeat metric coverage to ensure `state=stopped` remains explicit during idle windows.
16+
- Added hold-action regression coverage for pause-while-holding and hold-toggle-enter transitions.
1517

1618
## Validation
1719
- `cargo fmt --check`
@@ -20,6 +22,9 @@
2022

2123
## Included Pull Requests
2224
- `#146` Post-release: bump to 0.1.40-dev and record v0.1.39 evidence
25+
- `#147` Kick off v0.1.40 milestone and release scaffolds
26+
- `#148` Add fleet heartbeat telemetry for active vs idle loop behavior
27+
- `#149` Expand cadence and stop-state regression defenses
2328

2429
## Release Execution
2530
- Use `docs/release/v0.1.40-runbook.md` for preflight, tag/publish, verification, and post-release steps.

0 commit comments

Comments
 (0)