File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " pdfbaker"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44description = " SVG Jinja templates + YAML config = PDF documents"
55authors = [
66 { name = " Danny W. Adair" , email = " danny.adair@unfold.nz" }
You can’t perform that action at this time.
0 commit comments