Releases: pawamoy/copier-uv
Releases · pawamoy/copier-uv
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.6.0 - 2025-02-19
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 ofpypi-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 toinventories
(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
1.5.6
1.5.5
1.5.5 - 2024-12-23
Bug Fixes
- Ignore constraints on main package (from dependencies), to allow resolving deps in forks/CI (d644679 by Timothée Mazzucotelli). Issue-uv#8148