chore: bump version to 0.2.1#32
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Pull request overview
Bumps the navi-sanitize package version to 0.2.1 to cut a clean release following CI/build/publish workflow fixes, and records the release notes in the changelog.
Changes:
- Update project/package version from
0.2.0→0.2.1(pyproject + runtime__version__+ lockfile) - Add
0.2.1release entry toCHANGELOG.md
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
pyproject.toml |
Bumps the distributable package version to 0.2.1. |
src/navi_sanitize/__init__.py |
Updates runtime __version__ to 0.2.1. |
uv.lock |
Updates the editable package entry version to 0.2.1 to keep lock metadata consistent. |
CHANGELOG.md |
Adds the 0.2.1 release notes documenting the workflow-related fixes included in this release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
✅ Grippy Review — PASSScore: 100/100 | Findings: 1 total (0 inline, 1 summary-only) Summary-only findings (1) — scored but not inline-eligible🔵 LOW: Lockfile and dependency record updated with version bump📁 The uv.lock file reflects the navi-sanitize version update to 0.2.1, ensuring consistency for dependency resolution. Suggestion: Maintain this practice to prevent mismatch issues in CI or end-user installs. Commit: 97a89eb |
Version bump for clean release with full attestation pipeline (CI → build → publish → release-assets). v0.2.0 published to PyPI but asset upload failed due to workflow bugs now fixed.