Skip to content

chore: trigger release after 0.148.0 tag rebase#1690

Merged
bdraco merged 1 commit into
masterfrom
chore-trigger-release-0149
May 16, 2026
Merged

chore: trigger release after 0.148.0 tag rebase#1690
bdraco merged 1 commit into
masterfrom
chore-trigger-release-0149

Conversation

@bdraco
Copy link
Copy Markdown
Member

@bdraco bdraco commented May 16, 2026

Summary

Empty chore commit to retrigger python-semantic-release on master after the 0.148.0 tag was rebased to a master ancestor.

Background

When #1688 merged, the release job logged:

No release will be made, 0.148.0 has already been released!

pyproject.toml was at 0.147.4. The feat: commit since then prompted PSR to propose 0.148.0, but a 0.148.0 git tag already existed — orphaned, from commit b43d039 on the abandoned 1.x line that was later reverted via #1674. PyPI's 0.148.0 is also occupied (unyanked, foreign code, uploaded 2025-10-05).

To unblock PSR without reusing a published version:

  • Preserved the orphan tag's commit as legacy/0.148.0 (still on the remote, pointing at b43d039).
  • Deleted the orphan 0.148.0 tag from the remote.
  • Recreated 0.148.0 on master ancestor c96a997 (the feat(core): add use_asyncio kwarg commit — the change that would have been 0.148.0 in the post-revert line).

PSR will now walk back from master HEAD, find 0.148.0 at c96a997, see the feat: drop Python 3.9 support commit since then, bump minor → 0.149.0, create the tag, and upload_pypi will publish since 0.149.0 is free on both git and PyPI.

Test plan

  • Merge this PR (squash); confirm the next release job logs a 0.149.0 release.
  • Verify 0.149.0 lands on PyPI and the build_wheels matrix runs to completion.
  • Optionally drop legacy/0.148.0 later once the recovery is documented.

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.
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 16, 2026

Merging this PR will not alter performance

✅ 6 untouched benchmarks


Comparing chore-trigger-release-0149 (3ca67fd) with master (327b93d)

Open in CodSpeed

@codecov
Copy link
Copy Markdown

codecov Bot commented May 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.76%. Comparing base (327b93d) to head (3ca67fd).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1690   +/-   ##
=======================================
  Coverage   99.76%   99.76%           
=======================================
  Files          33       33           
  Lines        3410     3410           
  Branches      464      464           
=======================================
  Hits         3402     3402           
  Misses          5        5           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bdraco bdraco merged commit 1031559 into master May 16, 2026
34 checks passed
@bdraco bdraco deleted the chore-trigger-release-0149 branch May 16, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant