From 3ca67fd89742f199f29bd7cdeb0f948149d09fbb Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 16 May 2026 15:19:57 -0700 Subject: [PATCH] chore: trigger release after 0.148.0 tag rebase The orphan 0.148.0 tag (commit b43d039 from the abandoned 1.x pre-revert line) was preserved as `legacy/0.148.0` and the `0.148.0` tag was moved onto master ancestor c96a997. This unblocks python-semantic-release, which was refusing to release because 0.148.0 already existed on the remote. The next PSR run will see 0.148.0 as the latest ancestor and bump to 0.149.0 (minor) for the `feat: drop Python 3.9 support` (#1688) commit since then.