Skip to content

v0.4.1

Choose a tag to compare

@dimeloper dimeloper released this 06 Aug 06:59

Patch release — test-only. No shipped script changes behaviour.

See CHANGELOG.md#041---2026-08-06.

Two tests in v0.4.0 were environment-dependent and made make test / make check fail on Linux, and on any machine with no git identity configured yet — so a fresh checkout could go red for reasons unrelated to the code. Fixed by giving the Makefile an overridable SHELLCHECK variable instead of testing shellcheck's absence by stripping PATH (which removes make and python3 too when they share /usr/bin), and by pinning GIT_AUTHOR_* where an assertion needed an identity to resolve.

If you pulled v0.4.0, take this one instead.