Releases: pawamoy/copier-uv
Releases · pawamoy/copier-uv
1.5.3
1.5.3 - 2024-11-11
Compare with 1.5.2
Bug Fixes
- Don't pass
--python python
to uv, which requires a python
exec in the PATH (331db66 by Timothée Mazzucotelli). Issue-40
- Make it so that linters see the make script (4989d1e by Timothée Mazzucotelli).
Code Refactoring
- Improve experience for Windows users (ece7662 by Blair Conrad). PR-33
1.5.2
1.5.2 - 2024-10-17
Compare with 1.5.1
Bug Fixes
- Also remove Gitpod badge since we removed configuration (65cc91a by Timothée Mazzucotelli).
- Only add
force
parameter to docs-deploy duty when insiders is enabled (8df12ae by Timothée Mazzucotelli).
1.5.1
1.5.1 - 2024-10-12
Compare with 1.5.0
Bug Fixes
- Always fetch the whole Git history, needed to build the current project in non-editable mode with an up-to-date version (f52522e by Timothée Mazzucotelli).
1.4.8
1.4.8 - 2024-10-11
Compare with 1.4.7
Code Refactoring
- Enable PyO3 ABI3 forward compatibility when installing deps (c391679 by Timothée Mazzucotelli).
1.4.7
1.4.7 - 2024-10-11
Compare with 1.4.6
Code Refactoring
- Drop support for Python 3.8, start testing on Python 3.14 (f24adfe by Timothée Mazzucotelli).
- Use newest uv features,
uv run --no-sync
and uv sync --no-editable
(ad2ab81 by Timothée Mazzucotelli).
- More uses of uv in docs (0e3300e by Timothée Mazzucotelli).
- Remove GitPod configuration (977fe75 by Timothée Mazzucotelli).
1.4.5
1.4.5 - 2024-09-27
Compare with 1.4.4
Bug Fixes
- Fix make help message indentation (addb51e by Timothée Mazzucotelli).
- Invalidate uv cache based on pyproject.toml (b78ce88 by Timothée Mazzucotelli).