Patch release. One bug fix; everything from v0.4.0 still applies.
Fixed
- Windows console mojibake in
make dev/make pre-commit-installandmake clean. The em-dashes in the bundled echo messages re-encoded toâ€"on the Windows console, so a downstream grep against the literal em-dash didn't match. The strings are now ASCII ("no .pre-commit-config.yaml found, skipping" and "UV_VENV_PREFIX is empty, refusing."). Verified end-to-end on the Windows tag-push job. (#7)
Install
```bash
curl -sSL https://raw.githubusercontent.com/python-developer-tooling-handbook/makefile.uv/v0.4.1/Makefile.uv -o Makefile.uv
```
Upgrading from v0.4.0
Re-run the install command. No Makefile changes required; the variable and target surface is unchanged.