Skip to content

Commit b4a620f

Browse files
committed
docs: add 0.9.8 and 0.9.9 CHANGELOG entries for probe_annotation and probe_gen
1 parent 9fa427a commit b4a620f

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

probe_annotation/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.9.9 - 2026-05-13
4+
5+
- **`DeliverSignal(name, {value})` Step class** — emits `deliver signal "name" ["value"]`.
6+
Use to unblock any OS-level interaction not in the Flutter widget tree: push permission
7+
prompts, payment sheets, App Tracking Transparency, custom deep-link handlers, etc.
8+
9+
## 0.9.8 - 2026-05-12
10+
11+
- Version bump to match CLI v0.9.8. No annotation changes — biometric signal delivery is
12+
handled by the agent (`awaitBiometricResult`) and CLI; no new annotation steps needed.
13+
314
## 0.9.7 - 2026-05-12
415

516
### Added

probe_gen/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.9.9 - 2026-05-13
4+
5+
- **`DeliverSignal` emitter** — renders `deliver signal "name" ["value"]` for the new
6+
`DeliverSignal` annotation step. Omits the value argument when it equals the default
7+
`"true"`.
8+
- New golden fixture `signal_delivery.probe.golden` verifying emitter output for both
9+
default-value and explicit-value signal delivery steps.
10+
11+
## 0.9.8 - 2026-05-12
12+
13+
- Version bump to match CLI v0.9.8. No builder or emitter changes in this release.
14+
315
## 0.9.7 - 2026-05-12
416

517
### Added

0 commit comments

Comments
 (0)