Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.6.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [0.6.0](https://github.com/stablekernel/pi-background-run/compare/v0.5.0...v0.6.0) (2026-09-20)


### Features

* **digest:** opt-in scorecards with type/match selectors, per-project nudge, and diagnostics ([dd5b3e6](https://github.com/stablekernel/pi-background-run/commit/dd5b3e6cc25a3fb0083c189c948b21fc8489d5ce))
* default job logs to the project-local jobs dir ([#10](https://github.com/stablekernel/pi-background-run/issues/10)) ([d462ed7](https://github.com/stablekernel/pi-background-run/commit/d462ed7ab293520ba0462e079049ca8a7f0c080e))
* background job log size ceiling, hardened by an adversarial pass ([ae62842](https://github.com/stablekernel/pi-background-run/commit/ae628423c958941b86694bdcc3fb6bb023684c0c))


### Bug Fixes

* **ci:** grant pull-requests: write in release caller for reused ci.yml ([#8](https://github.com/stablekernel/pi-background-run/issues/8)) ([fb97d3e](https://github.com/stablekernel/pi-background-run/commit/fb97d3e2141dfb4d8dc6e7da518777f84204c511))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pi-background-run",
"version": "0.5.0",
"version": "0.6.0",
"description": "Run long shell commands detached in the background for pi; get woken on completion. Output lands in a file; context stays clean.",
"type": "module",
"engines": {
Expand Down
Loading