release: cut v0.1.0 (CHANGELOG bump + audit re-fix) (RAN-55)#4
Merged
Conversation
Cuts the first tagged release line for vigil and rolls in the audit fixes that didn't make it into PR #3's squash (commit 3cccc2b was orphaned). CHANGELOG.md - [Unreleased] → [0.1.0] - 2026-04-26 - Add fresh empty [Unreleased] block - Add link refs: [Unreleased]=compare/v0.1.0...HEAD, [0.1.0]=releases/tag/v0.1.0 - Preamble note: project follows SemVer 2.0.0 from v0.1.0 onward .bestpractices.json — v0.1.0 evidence + audit fixes - version_unique: add `_url` pointing at releases/tag/v0.1.0 - release_notes / release_notes_vulns: refresh URLs to v0.1.0 anchors - version_semver / version_tags: ? → Met (committed SemVer + signed tag policy, with v0.1.0 as concrete anchor) - test_continuous_integration: ? → Met (security.yml + scorecard.yml provide CI on every push/PR/weekly) - dynamic_analysis / dynamic_analysis_enable_assertions: ? → N/A (no network-bound runtime surface) - report_process_url: SECURITY.md → /issues (criterion is bug-report channel, not vuln-report) Tag + GitHub Release publication tracked as a follow-up after this PR merges; CHANGELOG and `.bestpractices.json` already reference the tag URLs so the published artefacts will resolve cleanly. Co-Authored-By: Paperclip <noreply@paperclip.ing>
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
Closes the versioning gap identified in the latest RAN-55 board audit by cutting the first tagged release line and re-applying the audit fixes that were orphaned when commit `3cccc2b` missed PR #3's squash.
CHANGELOG.md
.bestpractices.json (v0.1.0 evidence + audit fixes)
Zero `?` statuses remain in `.bestpractices.json`.
Follow-up after merge
Once this PR lands on `main`, the actual tag + GitHub Release publication:
Tracked under a follow-up Paperclip subtask under RAN-55 (links once created).
Test plan
🤖 Generated with Claude Code