diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e1c40e..76d5538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.2" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d7e3e..a1d7eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.0](https://github.com/scottames/thts/compare/v0.8.2...v0.9.0) (2026-07-22) + + +### Features + +* **agents:** add Pi coding agent support ([2b00e70](https://github.com/scottames/thts/commit/2b00e7030f0bc21a1ef393e608309f1270754a73)) +* **agents:** complete Pi lifecycle support ([2b00e70](https://github.com/scottames/thts/commit/2b00e7030f0bc21a1ef393e608309f1270754a73)) + ## [0.8.2](https://github.com/scottames/thts/compare/v0.8.1...v0.8.2) (2026-07-13)