Skip to content

Commit 7e0e4ab

Browse files
author
semantic-release
committed
RELEASE: 0.7.1
1 parent c9d4e52 commit 7e0e4ab

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# CHANGELOG
22

33

4+
## v0.7.1 (2025-05-08)
5+
6+
### Bug Fixes
7+
8+
- Add GH_TOKEN for creating release, remove invalid "version_source"
9+
([`6e7e99d`](https://github.com/pythonnz/pdfbaker/commit/6e7e99d8f73000e1f7617cd2fe12b5b281c478ce))
10+
11+
- Can't use official release action (docker), it can't run `uv build`
12+
([`c9d4e52`](https://github.com/pythonnz/pdfbaker/commit/c9d4e52d035912fb4a2706d80da9312e0024bac7))
13+
14+
Mimicking `released` output for the subsequent actions
15+
16+
- Correct PyPI action version
17+
([`66801c5`](https://github.com/pythonnz/pdfbaker/commit/66801c52f581ba72c5dc21420c8db0488d27bcb4))
18+
19+
- Need to set up Python and uv for running `uv build`
20+
([`0e353a1`](https://github.com/pythonnz/pdfbaker/commit/0e353a18bd9c9f540383eafb3901f3963ce5a9d1))
21+
22+
- Use official python-semantic-release actions
23+
([`0c86b69`](https://github.com/pythonnz/pdfbaker/commit/0c86b694239b8f333e9dcd21da0886e9a314472d))
24+
25+
426
## v0.7.0 (2025-05-08)
527

628
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pdfbaker"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "SVG Jinja templates + YAML config = PDF documents"
55
authors = [
66
{ name = "Danny W. Adair", email = "danny.adair@unfold.nz" }

0 commit comments

Comments
 (0)