From 827f153e47690c7763b307f1b0569109bead38db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 07:03:22 +0000 Subject: [PATCH] chore(main): release 0.23.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)