docs: add CHANGELOG entry for v1.0.1 CI and security fixes#130
Merged
docs: add CHANGELOG entry for v1.0.1 CI and security fixes#130
Conversation
Documents PRs #127 (sigstore @v3.3.0), #128 (skip-existing PyPI), and #129 (black CVE-2026-32274) under a new [1.0.1] section. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideDocuments the v1.0.1 patch release in CHANGELOG.md, capturing CI workflow fixes and a security-related dev dependency bump introduced after 1.0.0. Flow diagram for v1.0.1 fixes documented in CHANGELOGflowchart TD
v101["v1.0.1 patch release"]
v101 --> ci_fixes["CI fixes"]
v101 --> security_fix["Security fix"]
ci_fixes --> sigstore_fix["sigstore gh-action version updated\n@v3 -> @v3.3.0 (#127)"]
ci_fixes --> pypi_fix["Production PyPI publish uses\nskip-existing: true (#128)"]
security_fix --> black_fix["black dev dependency bumped\n>=24.0 -> >=26.3.1 (#129)"]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
🔒 Security Analysis ReportSecurity Analysis ReportGenerated: Wed Apr 1 16:40:13 UTC 2026 Bandit Security ScanSafety Check ResultsPip-Audit Results |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Summary
[1.0.1]section to CHANGELOG.md documenting the three post-release fixes:@v3→@v3.3.0skip-existing: truefor production PyPI publishblackCVE-2026-32274 dev dep bump🤖 Generated with Claude Code
Summary by Sourcery
Documentation: