Skip to content

Releases: pawamoy/copier-uv

1.5.3

11 Nov 12:11
Compare
Choose a tag to compare

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

17 Oct 15:11
Compare
Choose a tag to compare

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

12 Oct 17:44
Compare
Choose a tag to compare

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.5.0

12 Oct 00:02
Compare
Choose a tag to compare

1.5.0 - 2024-10-12

Compare with 1.4.8

Features

  • Allow forcing docs deployment (b8f0b63 by Timothée Mazzucotelli).

1.4.8

11 Oct 14:22
Compare
Choose a tag to compare

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

11 Oct 13:17
Compare
Choose a tag to compare

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.6

07 Oct 16:24
Compare
Choose a tag to compare

1.4.6 - 2024-10-07

Compare with 1.4.5

Bug Fixes

  • Use uv to fix pip installs breaking system Python in GHA (b86d3e9 by Timothée Mazzucotelli).

1.4.5

27 Sep 20:00
Compare
Choose a tag to compare

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).

1.4.4

27 Sep 18:01
Compare
Choose a tag to compare

1.4.4 - 2024-09-27

Compare with 1.4.3

Code Refactoring

  • Upgrade setup-uv action version (cc2c350 by Timothée Mazzucotelli).

1.4.3

27 Sep 17:55
Compare
Choose a tag to compare

1.4.3 - 2024-09-27

Compare with 1.4.2

Code Refactoring

  • Upgrade gh-release action version (d26e9fa by Timothée Mazzucotelli).