Skip to content

Releases: pawamoy/copier-uv

1.7.1

02 Mar 11:27
Compare
Choose a tag to compare

1.7.1 - 2025-03-02

Compare with 1.7.0

Bug Fixes

  • Output llms-full.txt, not llms.txt (2c8b4f8 by Timothée Mazzucotelli).

1.7.0

01 Mar 15:19
Compare
Choose a tag to compare

1.7.0 - 2025-03-01

Compare with 1.6.4

Features

1.6.4

24 Feb 20:13
Compare
Choose a tag to compare

1.6.4 - 2025-02-24

Compare with 1.6.3

Code Refactoring

  • Stop depending on Black now that mkdocstrings-python supports Ruff for formatting signatures (6554451 by Timothée Mazzucotelli).

1.6.3

24 Feb 12:30
Compare
Choose a tag to compare

1.6.3 - 2025-02-24

Compare with 1.6.2

Bug Fixes

  • Ensure test jobs wait for quality one (for objects inventory artifact to be ready) (885f204 by Timothée Mazzucotelli).

1.6.2

24 Feb 11:33
Compare
Choose a tag to compare

1.6.2 - 2025-02-24

Compare with 1.6.1

Code Refactoring

  • Store and download objects inventory in CI, enabling API tests (a55906c by Timothée Mazzucotelli).

1.6.1

19 Feb 00:39
Compare
Choose a tag to compare

1.6.1 - 2025-02-19

Compare with 1.6.0

Bug Fixes

  • Fix license choices in template configuration (f26c221 by Timothée Mazzucotelli).

1.6.0

19 Feb 00:32
Compare
Choose a tag to compare

1.6.0 - 2025-02-19

Compare with 1.5.7

Features

  • Generate /llms.txt docs file (2000ef6 by Timothée Mazzucotelli). Issue-49
  • Add initial API tests (997155b by Timothée Mazzucotelli).
  • Add config to run project, and allow to pass arguments (bd88519 by Timothée Mazzucotelli). Issue-53

Bug Fixes

  • Prevent extension crash with key error (1d27caf by Timothée Mazzucotelli).

Code Refactoring

  • Prevent publishing insiders packages to PyPI (b51ae0f by Timothée Mazzucotelli). Issue-44
  • Mention insiders instead of pypi-insiders in docs (4c8d09e by Timothée Mazzucotelli). Issue-45
  • Write comments, not docstrings in internal modules/scripts (bedf879 by Timothée Mazzucotelli).
  • Use an "internal" layout (fd500cc by Timothée Mazzucotelli). Issue-50
  • Remove Ko-Fi and Paypal from funding file (16f0e0e by Timothée Mazzucotelli). Issue-55
  • Update setup-uv action version (52df1c1 by Timothée Mazzucotelli). Issue-54
  • Enable docs instant preview (link hover) (59b1229 by Timothée Mazzucotelli). Issue-52
  • Rename mkdocstrings-python import option to inventories (c56d1cc by Timothée Mazzucotelli).
  • Enable docs navigation breadcrumbs (15536d7 by Timothée Mazzucotelli).
  • Rename script that generates API reference (db1a856 by Timothée Mazzucotelli).
  • Set metadata title in docs pages (1837a07 by Timothée Mazzucotelli).
  • Update license templating (84537c7 by Timothée Mazzucotelli).
  • Update insiders docs now that we better handle beneficiaries (59bbbb5 by Timothée Mazzucotelli).

1.5.7

23 Jan 12:19
Compare
Choose a tag to compare

1.5.7 - 2025-01-23

Compare with 1.5.6

Bug Fixes

  • Preserve symlinks (make -> make.py) (dab1219 by Timothée Mazzucotelli).

Code Refactoring

  • Enable Mypy colored output (c6622f8 by Timothée Mazzucotelli).

1.5.6

24 Dec 14:03
Compare
Choose a tag to compare

1.5.6 - 2024-12-24

Compare with 1.5.5

Code Refactoring

  • Fallback onto finding current project version in CHANGELOG.md when Git tags give 0.1 or less (da5df83 by Timothée Mazzucotelli).

1.5.5

23 Dec 14:14
Compare
Choose a tag to compare

1.5.5 - 2024-12-23

Compare with 1.5.4

Bug Fixes

  • Ignore constraints on main package (from dependencies), to allow resolving deps in forks/CI (d644679 by Timothée Mazzucotelli). Issue-uv#8148

Code Refactoring

  • Always disable re-sync when using uv run through make (3fe244b by Timothée Mazzucotelli).
  • Remove default PDM settings from pyproject.toml, use default pth-type editable installs (d6ef6f8 by Timothée Mazzucotelli).