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.8.10 (2025-05-08)
5+
6+ ### Bug Fixes
7+
8+ - Add PSR default templates
9+ ([ ` b29b68c ` ] ( https://github.com/pythonnz/pdfbaker/commit/b29b68c896d486bdd3f004d25800d9bb63503e64 ) )
10+
11+ It's not clever enough to only pick up custom templates, must copy their templates as a starting
12+ point for customisation.
13+
14+
15+ ## v0.8.9 (2025-05-08)
16+
17+ ### Bug Fixes
18+
19+ - Show PSR output (was getting consumed for evaluation)
20+ ([ ` 4cb4c85 ` ] ( https://github.com/pythonnz/pdfbaker/commit/4cb4c85dc90cfdb7765443f0d0d4818ae4ed08e3 ) )
21+
22+
23+ ## v0.8.8 (2025-05-08)
24+
25+ ### Bug Fixes
26+
27+ - Remove version variable for CITATION.cff (now in template)
28+ ([ ` ee7bd69 ` ] ( https://github.com/pythonnz/pdfbaker/commit/ee7bd69126abcc5802570e8270a21715c7cd89a4 ) )
29+
30+ - Use PSR's templating mechanism instead of a script
31+ ([ ` 2e608f9 ` ] ( https://github.com/pythonnz/pdfbaker/commit/2e608f9131822e624b47f03cb36351b935990f17 ) )
32+
33+ ### Continuous Integration
34+
35+ - Remove unused version
36+ ([ ` 4b21a43 ` ] ( https://github.com/pythonnz/pdfbaker/commit/4b21a4376b9df7df2bcf5b9796cd252aff8c0d38 ) )
37+
38+ The tag is already set correctly
39+
40+ ### Documentation
41+
42+ - Add CITATION.cff and update its version and date during release
43+ ([ ` 812b098 ` ] ( https://github.com/pythonnz/pdfbaker/commit/812b098b24ed29def14d7e219f8b626523aa9f76 ) )
44+
45+
446## v0.8.7 (2025-05-08)
547
648### Bug Fixes
Original file line number Diff line number Diff line change 11cff-version : 1.2.0
22message : " If you use pdfbaker in your work, please cite it using the following metadata."
33title : " pdfbaker"
4- version : 0.8.9
4+ version : 0.8.10
55date-released : 2025-05-08
66repository-code : " https://github.com/pythonnz/pdfbaker"
77license : " MIT"
Original file line number Diff line number Diff line change 11[project ]
22name = " pdfbaker"
3- version = " 0.8.9 "
3+ version = " 0.8.10 "
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