Commit 06c04778 authored by gitlab-ci's avatar gitlab-ci
Browse files

bump: version 0.12.2a1 > 0.12.2

parent c6277404
Loading
Loading
Loading
Loading
Loading

changelog/38.improvement.md

deleted100644 → 0
+0 −1
Changes for changelog/38.improvement.md: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
Removed checking and updating `pdm.lock` files when using uv as a package manager. This avoids ever having to wait 30 seconds or more when committing.
+7 −0
Changes for docs/changelog.md: 7 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -21,6 +21,13 @@ from the examples given in that link.

<!-- towncrier release notes start -->

## Copier - core python repository v0.12.2 (2025-03-24)

### 🎉 Improvements

- Removed checking and updating `pdm.lock` files when using uv as a package manager. This avoids ever having to wait 30 seconds or more when committing. ([#38](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/38))


## Copier - core python repository v0.12.1 (2025-03-17)

### 🐛 Bug Fixes
+1 −1
Changes for pyproject.toml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
[project]
name = "copier-core-python-repository"
version = "0.12.2a1"
version = "0.12.2"
description = "Copier template for core python repositories"
authors = [
    {name = "Zebedee Nicholls", email = "zebedee.nicholls@climate-energy-college.org"},