Skip to content

Commit 53c23a7

Browse files
committed
docs: refresh v0.1.42 prep references and draft notes (br-bd-erc)
1 parent 1cccf77 commit 53c23a7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,8 @@
105105
- Release published: `https://github.com/dmoliveira/loopmux/releases/tag/v0.1.41`.
106106
- Tag: `v0.1.41`.
107107
- Preflight and publish checks passed: `cargo fmt --check`, `cargo test -q` (143 passed), `cargo clippy -- -D warnings`, `make smoke-post-release`.
108+
109+
### v0.1.42 Prep References
110+
- PR #158: Kick off v0.1.42 milestone and release scaffolds (`https://github.com/dmoliveira/loopmux/pull/158`)
111+
- PR #159: Add poll interval context to heartbeat diagnostics (`https://github.com/dmoliveira/loopmux/pull/159`)
112+
- PR #160: Add heartbeat metric output contract regression (`https://github.com/dmoliveira/loopmux/pull/160`)

docs/release/v0.1.42-draft.md

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

1010
## Changes
11-
- TBD: summarize runtime signal refinements merged during v0.1.42.
11+
- Added explicit poll interval context (`poll=<n>s`) to heartbeat diagnostics while preserving existing activity/progress/window semantics.
1212

1313
## Fixes
14-
- TBD: summarize cadence and control-path regression fixes merged during v0.1.42.
14+
- Added heartbeat output contract regression coverage to protect required telemetry keys across running/holding/stopped states.
1515

1616
## Validation
1717
- `cargo fmt --check`
@@ -20,6 +20,9 @@
2020

2121
## Included Pull Requests
2222
- `#157` Post-release: bump to 0.1.42-dev and log v0.1.41 evidence
23+
- `#158` Kick off v0.1.42 milestone and release scaffolds
24+
- `#159` Add poll interval context to heartbeat diagnostics
25+
- `#160` Add heartbeat metric output contract regression
2326

2427
## Release Execution
2528
- Use `docs/release/v0.1.42-runbook.md` for preflight, tag/publish, verification, and post-release steps.

0 commit comments

Comments
 (0)