Skip to content

Commit 8916318

Browse files
committed
Merge branch 'main' of github.com:pawamoy/copier-uv
2 parents 0abfe76 + e70cdbb commit 8916318

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
<!-- insertion marker -->
9+
## [1.5.1](https://github.com/mkdocstrings/handler-template/releases/tag/1.5.1) - 2025-10-09
10+
11+
<small>[Compare with 1.5.0](https://github.com/mkdocstrings/handler-template/compare/1.5.0...1.5.1)</small>
12+
13+
### Merge upstream
14+
15+
#### Bug Fixes
16+
17+
- Fix CI workflow ([4f874da](https://github.com/pawamoy/copier-uv/commit/4f874da228df372601820a32550345b6156947de) by Timothée Mazzucotelli). [Issue-78](https://github.com/pawamoy/copier-uv/issues/78)
18+
919
## [1.5.0](https://github.com/mkdocstrings/handler-template/releases/tag/1.5.0) - 2025-10-09
1020

1121
<small>[Compare with 1.4.5](https://github.com/mkdocstrings/handler-template/compare/1.4.5...1.5.0)</small>

project/.github/workflows/ci.yml.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: ci
22

33
on:
44
push:
5+
branches:
56
- main
67
- test-me-*
78
pull_request:
@@ -35,7 +36,7 @@ jobs:
3536
python-version:
3637
- "3.9"
3738
- "3.13"
38-
include:
39+
include:
3940
- os: ubuntu-latest
4041
python-version: "3.10"
4142
- os: ubuntu-latest

0 commit comments

Comments
 (0)