Commit eb52c0f8 authored by gitlab-ci's avatar gitlab-ci
Browse files

bump: version 0.13.1a1 > 0.14.0

parent 2ac2ddd4
Loading
Loading
Loading
Loading
Loading

changelog/43.breaking.md

deleted100644 → 0
+0 −3
Changes for changelog/43.breaking.md: 0 added lines, 3 removed lines.
Original line number Diff line number Diff line
- Dropped support for pdm as an environment manager
- Switched the template to use uv's build back-end rather than pdm's build back-end in all cases
- Upgraded to use the latest version of uv in GitHub CI
+11 −0
Changes for docs/changelog.md: 11 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -21,6 +21,17 @@ from the examples given in that link.

<!-- towncrier release notes start -->

## Copier - core python repository v0.14.0 (2025-08-09)

### ⚠️ Breaking Changes

- - Dropped support for pdm as an environment manager
  - Switched the template to use uv's build back-end rather than pdm's build back-end in all cases
  - Upgraded to use the latest version of uv in GitHub CI

  ([#43](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/43))


## Copier - core python repository v0.13.0 (2025-08-09)

### ⚠️ Breaking Changes
+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.13.1a1"
version = "0.14.0"
description = "Copier template for core python repositories"
authors = [
    {name = "Zebedee Nicholls", email = "zebedee.nicholls@climate-energy-college.org"},