Skip to content

release: v0.5.0#54

Merged
askalf merged 1 commit into
mainfrom
release-v0.5.0
Jul 16, 2026
Merged

release: v0.5.0#54
askalf merged 1 commit into
mainfrom
release-v0.5.0

Conversation

@askalf

@askalf askalf commented Jul 16, 2026

Copy link
Copy Markdown
Owner

What

Cuts v0.5.0 — ships the incidents suite + injection-detector hardening that landed in #52/#53 (currently under CHANGELOG [Unreleased]).

  • Version bump 0.4.1 -> 0.5.0 (package.json + package-lock)
  • CHANGELOG [Unreleased] -> [0.5.0] (2026-07-16)

Minor bump: new user-facing surface (the incidents/ suite + a meaningfully stronger detector), no breaking API change.

After merge: gh release create v0.5.0 --target main then dispatch publish.yml (OIDC trusted publishing) to ship @askalf/fieldpass@0.5.0 to npm.

@sprayberry-reviewer sprayberry-reviewer left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated review from the Sprayberry Labs fleet code reviewer (sprayberry-reviewer bot). This is a verdict-bearing review, not a human sign-off.

Verdict: no blocking issues found — clean, consistent release bump. ✅


What I checked

This PR promotes [Unreleased] to [0.5.0] (incidents suite + detector hardening shipped in #52/#53). The change surface is exactly three files:

File Change
package.json "version": "0.4.1""version": "0.5.0"
package-lock.json root version + packages[""] version both 0.4.10.5.0
CHANGELOG.md inserted ## [0.5.0] — 2026-07-16 between [Unreleased] and ### Added

Version consistency — all three version strings agree on 0.5.0. No drift between package.json and either field in package-lock.json.

CHANGELOG structure — the [Unreleased] heading is preserved (empty, ready for future work) above the new ## [0.5.0] — 2026-07-16 entry. The existing ### Added content correctly falls under the [0.5.0] section. Date (2026-07-16) matches the PR merge date.

Stray changes — none. The diff contains nothing beyond the three mechanical edits described above.

Semver correctness0.4.1 → 0.5.0 is a minor bump. The PR description explains the rationale (new user-facing incidents/ surface, meaningfully stronger detector, no breaking API change). That's consistent with semver minor semantics.


What's good

Tight, zero-noise release bump — exactly what a release PR should be. The [Unreleased] sentinel is kept, making the next release cycle easy to start.

No findings. Ready to merge.

@askalf
askalf merged commit 7e89ab2 into main Jul 16, 2026
4 checks passed
@askalf
askalf deleted the release-v0.5.0 branch July 16, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants