diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 8013dfb..819990a 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.0" + ".": "0.23.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4258f75..6de16f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.23.0](https://github.com/getmilpa/devtools/compare/v0.22.0...v0.23.0) (2026-09-02) + + +### Features + +* **implement:** stage piece-wise partials off the bootable file, publish atomically ([#67](https://github.com/getmilpa/devtools/issues/67)) ([311ffdb](https://github.com/getmilpa/devtools/commit/311ffdb8220af83fc24f5ec795c4d94446515846)) + ## [0.22.0](https://github.com/getmilpa/devtools/compare/v0.21.1...v0.22.0) (2026-09-02)