docs(readme): refresh version/SHA table for the latest releases#39
Merged
Conversation
Bump the versioning block and the rolling-v1 SHA table to the current releases (pip 1.1.1, uv 1.2.1, pixi 1.2.1, mkdocs 1.3.1, github-release 1.5.0, pypi-release 1.0.3), all of whose rolling tags now resolve to 38c1110. Also update the exact-patch and commit-SHA pinning examples.
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.
Description
Refresh the README's version references to the releases just cut at
38c1110(main tip). All six actions weretagged: pip, uv, pixi, and pypi-release/mkdocs got patch bumps for the script-injection hardening (#28); mkdocs
also carries the mike-push retry (#25); release/github got a minor bump for the changelog-detection fix (#30) plus
the hardening.
Three spots updated, verified against the pushed tags (every rolling
v1resolves to38c111084f99d5ff5f4a1e63bedce48fe33a10c0):pip v1.1.1,uv v1.2.1,pixi v1.2.1,mkdocs v1.3.1,github-release v1.5.0,pypi-release v1.0.3.uv/v1.2.1and the commit-SHA example updated to38c1110….v1commit SHAs" table — Latest version + Commit SHA columns.Docs only; no action code changes.
Issues
Type of change
How Has This Been Tested?
v1tag withgit rev-parse <tag>^{commit}— all resolve to38c1110, matchingthe SHAs written into the table.
mkdocs/v1.1.0/v1.2.0mentions arehistorical "feature landed in X" notes and are intentionally left as-is.
Checklist: