Skip to content

forge v2.1.0

Latest

Choose a tag to compare

@TerrorSquad TerrorSquad released this 18 Jul 00:09
65a24d9

2.1.0 (2026-07-18)

⚠ BREAKING CHANGES

  • a hook that references an uninstalled tool now fails instead of skipping it. Set SKIP_=1 or remove the tool from forge.toml to restore the previous pass-through behavior.

Features

  • detect down containers in preflight (+ pin release to 2.1.0) (69e505f)
  • detect down containers in preflight with a clear error (b78861a)
  • fail the hook when a configured tool binary is missing (2d44d80)

Bug Fixes

  • honor run options on pre-push and only stage outputs on success (1e351ca)
  • remove when from config schema to match decoder (36a6277)
  • runner correctness bugs, cleanup, tests, and architecture docs (8bed5cf)

Performance Improvements

  • memoize container-running checks within a run (b18b901)