From 255e63163a3ade07ef991056a816e759cf46ff21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 22:22:19 +0000 Subject: [PATCH] chore(master): release pi-loop 0.7.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 98efb1b..2783621 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.9" + ".": "0.7.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 404f89f..dc7be80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.7.10](https://github.com/trvon/pi-loop/compare/pi-loop-v0.7.9...pi-loop-v0.7.10) (2026-08-30) + + +### Features + +* **workflow:** ground blocker transitions ([#68](https://github.com/trvon/pi-loop/issues/68)) ([87040a3](https://github.com/trvon/pi-loop/commit/87040a3e7df96bc2556a229d60705d77b591991c)) +* **workflow:** show activity and age ([#70](https://github.com/trvon/pi-loop/issues/70)) ([ca2c35d](https://github.com/trvon/pi-loop/commit/ca2c35d7536fc2339327382787b21ea515a89431)) + + +### Bug Fixes + +* **loop:** make recurring expiry observable ([#69](https://github.com/trvon/pi-loop/issues/69)) ([65dd735](https://github.com/trvon/pi-loop/commit/65dd735e2890ae91924c6c3c74ce2f87019671b9)) +* **routing:** handle child stdin errors ([#65](https://github.com/trvon/pi-loop/issues/65)) ([af6dfd4](https://github.com/trvon/pi-loop/commit/af6dfd4897c74abff82fe610f08d8118f6a7be4d)) + ## [0.7.9](https://github.com/trvon/pi-loop/compare/pi-loop-v0.7.8...pi-loop-v0.7.9) (2026-08-26) diff --git a/package-lock.json b/package-lock.json index 344b4f7..efc51e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@trevonistrevon/pi-loop", - "version": "0.7.9", + "version": "0.7.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@trevonistrevon/pi-loop", - "version": "0.7.9", + "version": "0.7.10", "license": "MIT", "devDependencies": { "@biomejs/biome": "^2.4.13", diff --git a/package.json b/package.json index 8da61ce..c8180d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trevonistrevon/pi-loop", - "version": "0.7.9", + "version": "0.7.10", "description": "A Pi extension for scheduled/event-driven re-wakes, durable workflows, subagent orchestration, tasks, and background monitoring.", "author": "trevonistrevon", "license": "MIT",