Skip to content

version-sentinel: v0.4.4

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Sep 13:47
74f9cf4

0.4.4 (2026-09-02)

Bug Fixes

  • block wrapper/assignment-prefixed installs, and unshare hooks with Codex (c37e928)
  • close the TAB whitespace bypass, guard the second parity loop, correct stale notes (114e44c)
  • close two guard bypasses shipped in #26 (laundering via multi-line commands, quoted env assignments) (2f9efd5)
  • close two guard bypasses shipped in #26, and tighten the gate contract (0943981)
  • decide flag operands by the operand, not a flag list (0e39f08)
  • keep prefix stripping out of the auto-record path, and bail on env -S (f133365)
  • make the hook parity test CRLF-safe (Windows CI) (d011535)
  • make the if-parity guard bash 3.2 safe and correct the Codex claim (71d9fa8)
  • only consume a wrapper flag's operand when that flag requires one (f48de16)
  • scope the -S bail to env, and stop the auto-record test deleting cwd state (96fd445)
  • strip wrapper flags that take a separate operand (b4b0db5)

Performance Improvements

  • gate Bash hooks behind if rules instead of spawning on every call (5e96bdc)