Skip to content

v1.3.108

Choose a tag to compare

@topcheer topcheer released this 03 Jul 17:08
· 4052 commits to main since this release

v1.3.108

Fixes

Added ci Makefile target (alias for verify-ci)

The harness verification system calls make ci, but the Makefile only had verify-ci. Added ci as an alias so both commands work. No code changes — build and tests were already passing.

## ci is an alias for verify-ci, used by harness verification
ci: verify-ci