From 42fc89847dab94e3fba12888bc33ce895d8b3651 Mon Sep 17 00:00:00 2001 From: Sameeul B Samee Date: Thu, 16 Jul 2026 16:30:15 -0400 Subject: [PATCH] chore: release 0.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Force release-please to cut a minor release (0.12.0) instead of the major (1.0.0) it currently proposes in the release PR. The single breaking change (omezarr z5 3.0.1 / C++20 migration) triggered a 0.x->1.0.0 major bump even though release-please-config.json sets bump-minor-pre-major:true — that config isn't being honored (the workflow drives release-please-action@v4 with inline release-type/package-name instead of config-file/manifest-file). This override pins the next release to 0.12.0. Release-As: 0.12.0 Co-Authored-By: Claude Opus 4.8 (1M context)