Log the version-provenance change under 0.0.10 - #89
Merged
Merged
Conversation
PR #85 merged into main at 22:31Z; the 0.0.10 release branch had been cut at 22:15Z and merged without picking it up, so the shipped notes omit a change that is in the shipped code. Documentation only — no version bump, so publish.yml sees no version increase and will not republish.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideDocumentation-only PR that backfills a missing changelog entry under v0.0.10 for the install-provenance-aware --version behavior, without touching any release automation or code artifacts. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #89 +/- ##
=======================================
Coverage 89.28% 89.28%
=======================================
Files 12 12
Lines 1661 1661
=======================================
Hits 1483 1483
Misses 178 178 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The shipped 0.0.10 notes omit a change that is in the shipped code.
What happened
Release PR #86 was cut at 22:15Z. PR #85 (
--versionreports install provenance) merged at 22:31Z. #86 merged at 22:32Z at its original head, so it never picked up a changelog entry for #85 — the merge landed before an amendment to that branch registered.Merge order means the code is fine:
beaa5b2(#85) precedesf27698a(#86) onmain, and the released artifact has it. Verified against the installed build —~/.pixi/envs/devpod/.../devlaunch/dl.py:1042carries the change, anddl --versionprintsdl 0.0.10. Only the notes are wrong.Change
Adds the missing
### Addedentry to the## [0.0.10]section. Documentation only.No version bump, so
etils-actions/pypi-auto-publishsees no version increase and will not republish;conda-publish.ymltriggers onrelease: publishedand is likewise untouched.The published GitHub release body for
v0.0.10was generated from the old file and has been corrected separately in place.🤖 Generated with Claude Code
Summary by Sourcery
Documentation:
dl --versionnow reports install provenance and thataid --versioninherits this behavior.