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

bump: version 0.12.4a1 > 0.13.0

parent a5ebbce9
Loading
Loading
Loading
Loading
Loading

changelog/40.docs.md

deleted100644 → 0
+0 −1
Changes for changelog/40.docs.md: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
Updated docs about getting set up on conda

changelog/41.improvement.md

deleted100644 → 0
+0 −1
Changes for changelog/41.improvement.md: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
Updated the script which prints the conda pinned requirements so it can handle packages whose pinned version depends on the Python version.

changelog/42.breaking.md

deleted100644 → 0
+0 −5
Changes for changelog/42.breaking.md: 0 added lines, 5 removed lines.
Original line number Diff line number Diff line
Updated the mkdocs related docs dependencies in the template's `pyproject.toml`.
This keeps up with other developments.
The updates also include better configuration of the packages
to avoid annoying behaviour in some of them
(basically, what we solved here: https://github.com/openscm/pandas-openscm/pull/30).

changelog/42.improvement.md

deleted100644 → 0
+0 −1
Changes for changelog/42.improvement.md: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
Update the auto-generated `Makefile` to support the latest pdm version (2.25.5 at the time of writing)
+20 −0
Changes for docs/changelog.md: 20 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -21,6 +21,26 @@ from the examples given in that link.

<!-- towncrier release notes start -->

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

### ⚠️ Breaking Changes

- Updated the mkdocs related docs dependencies in the template's `pyproject.toml`.
  This keeps up with other developments.
  The updates also include better configuration of the packages
  to avoid annoying behaviour in some of them
  (basically, what we solved here: https://github.com/openscm/pandas-openscm/pull/30). ([#42](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/42))

### 🎉 Improvements

- Updated the script which prints the conda pinned requirements so it can handle packages whose pinned version depends on the Python version. ([#41](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/41))
- Update the auto-generated `Makefile` to support the latest pdm version (2.25.5 at the time of writing) ([#42](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/42))

### 📚 Improved Documentation

- Updated docs about getting set up on conda ([#40](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/40))


## Copier - core python repository v0.12.3 (2025-03-26)

### 🐛 Bug Fixes
Loading