Skip to content

Releases: crlome/runar-forge

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 24 May 02:28
95df4bc
v0.7.1

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 24 May 02:10
87d1469
v0.7.0

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 23 May 20:20
bb22b96
v0.6.1

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 23 May 19:26
10568d5
v0.6.0

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 14 May 05:43
fix(setup): add RUNAR_HOME override for cross-platform home redirection

Tests that mutated HOME were no-ops on Windows because dirs::home_dir()
reads USERPROFILE there. Tests polluted the real user profile, leaving
stale .env and .disable-hooks files that broke subsequent tests on the
Windows CI runner.

home_dir() now checks RUNAR_HOME first, falling back to dirs::home_dir().
A shared test_support module serializes mutations via a single mutex so
parallel tests across hooks_runtime and setup don't race.