github python-developer-tooling-handbook/makefile.uv v0.4.1

2 months ago

Patch release. One bug fix; everything from v0.4.0 still applies.

Fixed

  • Windows console mojibake in make dev / make pre-commit-install and make 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.

Don't miss a new makefile.uv release

NewReleases is sending notifications on new releases.