Skip to content

Releases: pawamoy/copier-uv

1.4.0

04 Jul 18:04
Compare
Choose a tag to compare

1.4.0 - 2024-07-04

Compare with 1.3.0

Features

  • Add feedback system using Giscus (a69ab13 by Timothée Mazzucotelli).

Code Refactoring

  • Rephrase annoucement (bc48d13 by Timothée Mazzucotelli).
  • Add note about lower sponsorships (6a2d804 by Timothée Mazzucotelli).

1.3.0

26 Jun 15:16
Compare
Choose a tag to compare

1.3.0 - 2024-06-26

Compare with 1.2.11

Features

  • Add docs update and change request issue templates (8f41407 by Timothée Mazzucotelli). Issue-27

Bug Fixes

  • Fix make script to be compatible with Python < 3.10 (795f39f by Timothée Mazzucotelli).
  • Update contributing docs (mention make script instead of Makefile) (7e76e47 by Timothée Mazzucotelli). Issue-28

1.2.11

26 Jun 13:50
Compare
Choose a tag to compare

1.2.11 - 2024-06-26

Compare with 1.2.10

Bug Fixes

  • Make sure to print errors in case of failure of make command (54696f3 by Timothée Mazzucotelli). Issue-26
  • Make sure setup returns non-0 exit code when uv fails to resolve dependencies (ba5c4dc by Timothée Mazzucotelli).
  • Fix Twine dependency (5.1 has been yanked) (e022917 by Timothée Mazzucotelli).

1.2.10

18 Jun 12:03
Compare
Choose a tag to compare

1.2.10 - 2024-06-18

Compare with 1.2.9

Code Refactoring

  • Include almost everything in source distributions, to help system packagers (064ffb0 by Timothée Mazzucotelli).

1.2.9

14 Jun 07:15
Compare
Choose a tag to compare

1.2.9 - 2024-06-14

Compare with 1.2.8

Bug Fixes

  • Re-include tests folder in source distributions (3d9a7e1 by Timothée Mazzucotelli).

1.2.8

24 May 17:26
Compare
Choose a tag to compare

1.2.8 - 2024-05-24

Compare with 1.2.7

Bug Fixes

  • Fix calling tasks from actual Makefile (30d3bc9 by Timothée Mazzucotelli).

1.2.7

23 May 19:45
Compare
Choose a tag to compare

1.2.7 - 2024-05-23

Compare with 1.2.6

Code Refactoring

  • Rename cov duty to coverage (keep cov as alias) (0bb541b by Timothée Mazzucotelli).
  • Format make script again, add docstrings and type annotations (e754b45 by Timothée Mazzucotelli).

1.2.6

23 May 17:51
Compare
Choose a tag to compare

1.2.6 - 2024-05-23

Compare with 1.2.5

Code Refactoring

  • Reformat make script (734f664 by Timothée Mazzucotelli).

1.2.5

23 May 17:34
Compare
Choose a tag to compare

1.2.5 - 2024-05-23

Compare with 1.2.4

Code Refactoring

  • Remove pip self-hosted solution from insiders installation docs (1743f52 by Timothée Mazzucotelli).
  • Rewrite make script in Python (67fcd8b by Timothée Mazzucotelli).
  • Rewrite duties using the new duty "tools" (7d5a690 by Timothée Mazzucotelli).
  • Clean up pytest config (1151e7d by Timothée Mazzucotelli).
  • Upgrade minimum versions of dev-deps (b1622e9 by Timothée Mazzucotelli).
  • Remove check-dependencies task for now (618922f by Timothée Mazzucotelli).

1.2.4

26 Apr 12:53
Compare
Choose a tag to compare

1.2.4 - 2024-04-26

Compare with 1.2.3

Bug Fixes

  • Super final ultimate fix for publish duty (f888d9f by Timothée Mazzucotelli).