You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First major bump since v3 (April 2026). Rolls up two changes since v3.1.2 that consumers need to handle:
Breaking
latest.json gains an install_sizes field (#117) keyed by tool with {npm?, binary?} shape. Consumers that parse the JSON structure may need to handle the new key gracefully.
tools.json extended from 3 to 5 competitor tools (#115) — emitted benchmark keys now include standard-version-* and commit-and-tag-version-* rows.
format-release.sh no longer emits the trailing *Binary size: X MB — ferrflow Y* footer (#117). The line was double-prefixed ("ferrflow ferrflow Y") and the version was always stale because the bench artifact is captured before the release commit bumps it. The Install footprint section added in #117 is the canonical place for size info now.