Releases: pawamoy/copier-uv
Releases · pawamoy/copier-uv
1.11.0
1.11.0 - 2025-10-24
Features
- Automate sponsors update in README (7ab74bd by Timothée Mazzucotelli).
Bug Fixes
- Use specific version of artifact (91b5c99 by Timothée Mazzucotelli).
Code Refactoring
- Remove match parameter on test duty, since we can pass
-kdirectly (ca104e4 by Timothée Mazzucotelli). - Remove support for Python 3.9, add support for Python 3.14, add testing for Python 3.15 (946ca5a by Timothée Mazzucotelli).
- Use Python 3.13 in non-matrix jobs (9256040 by Timothée Mazzucotelli).
- Upgrade setup-python action to v6 (86a942d by Timothée Mazzucotelli).
1.10.2
1.10.2 - 2025-10-09
Bug Fixes
1.10.1
1.10.0
1.10.0 - 2025-10-07
Features
- Warn on default encoding in
open()calls (f41edb4 by Bartosz Sławecki). PR-77 - Run quality CI on matrix (27ffb20 by Bartosz Sławecki). PR-73
- Don't run CI on topic branches without a PR (0c4f6cd by Bartosz Sławecki). PR-71
- Cancel no longer useful runs in the same PR (34b8778 by Bartosz Sławecki). PR-74
Code Refactoring
1.9.0
1.9.0 - 2025-09-01
Features
1.8.9
1.8.9 - 2025-08-15
Code Refactoring
1.8.8
1.8.7
1.8.7 - 2025-08-15
Code Refactoring
1.8.6
1.8.6 - 2025-07-15
Code Refactoring
- Use new package name for extensions (27c1d8e by Timothée Mazzucotelli).
- Improve initial output of
make(ac0da32 by Timothée Mazzucotelli). PR-griffe-393