Commit 8311a4cc authored by gitlab-ci's avatar gitlab-ci
Browse files

bump: version 0.11.2a1 > 0.12.0

parent b7b56c17
Loading
Loading
Loading
Loading
Loading

changelog/35.feature.md

deleted100644 → 0
+0 −1
Changes for changelog/35.feature.md: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
Added whitespace indicator to doctest report output when using the template's `Makefile`

changelog/35.fix.md

deleted100644 → 0
+0 −1
Changes for changelog/35.fix.md: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
Fixed up the navigation to the dependency pinning and testing page in the template's docs

changelog/35.improvement.md

deleted100644 → 0
+0 −3
Changes for changelog/35.improvement.md: 0 added lines, 3 removed lines.
Original line number Diff line number Diff line
- Added footnotes to the markdown extensions in the template's `mkdocs.yml`
- Added note about lack of tqdm intersphinx to the template's `mkdocs.yml`
- Improved the template's docs on dependency pinning and testing

changelog/36.fix.md

deleted100644 → 0
+0 −1
Changes for changelog/36.fix.md: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
Fixed up the template's CI check for importing without extras being installed
+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.12.0 (2025-03-17)

### 🆕 Features

- Added whitespace indicator to doctest report output when using the template's `Makefile` ([#35](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/35))

### 🎉 Improvements

- - Added footnotes to the markdown extensions in the template's `mkdocs.yml`
  - Added note about lack of tqdm intersphinx to the template's `mkdocs.yml`
  - Improved the template's docs on dependency pinning and testing

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

### 🐛 Bug Fixes

- Fixed up the navigation to the dependency pinning and testing page in the template's docs ([#35](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/35))
- Fixed up the template's CI check for importing without extras being installed ([#36](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/36))


## Copier - core python repository v0.11.1 (2025-03-04)

### 🐛 Bug Fixes
Loading