Releases: pythonnz/pdfbaker
0.8.14
v0.8.14 (2025-05-09)
Bug Fixes
- Remove superfluous theme/color mechanism (
bdf9fbe)
This is technically a breaking change but trivial to resolve in configs: No more special implicit treatment of "theme" to resolve a "style".
Just use regular variables like ``` style: primary_text_colour: {{ theme.off_black }}
secondary_text_colour: {{ theme.off_white }}
theme: off_black: "#2d2a2b"
off_white: "#f5f5f5" ```
Code Style
- Show how you can add messages to the processing log (
a2c2b62)
Continuous Integration
-
Don't run pre-commit/tests twice on push to main (
f721c24) -
Keep static
__version__in__init__.py, update upon release (d240591)
Detailed Changes: 0.8.13...0.8.14
0.8.13
v0.8.13 (2025-05-09)
Bug Fixes
The exit code of Python Semantic Release was shadowed by the exit code of the assignment of its output.
Detailed Changes: 0.8.12...0.8.13
0.8.12
v0.8.12 (2025-05-08)
Bug Fixes
- Uv.lock was always a release behind (
5ac00cc)
Detailed Changes: 0.8.11...0.8.12
0.8.11
v0.8.11 (2025-05-08)
Bug Fixes
- Ensure uv.lock gets updated by a release (
6a074c8)
Chores
- Add DocumentNotFoundError to errors.all (
02e95e8)
Detailed Changes: 0.8.10...0.8.11
0.8.10
v0.8.10 (2025-05-08)
Bug Fixes
- Add PSR default templates (
b29b68c)
It's not clever enough to only pick up custom templates, must copy their templates as a starting point for customisation.
Detailed Changes: 0.8.9...0.8.10
0.8.9
v0.8.9 (2025-05-08)
Bug Fixes
- Show PSR output (was getting consumed for evaluation) (
4cb4c85)
Detailed Changes: 0.8.8...0.8.9
0.8.8
v0.8.8 (2025-05-08)
Bug Fixes
-
Remove version variable for CITATION.cff (now in template) (
ee7bd69) -
Use PSR's templating mechanism instead of a script (
2e608f9)
Continuous Integration
- Remove unused version (
4b21a43)
The tag is already set correctly
Documentation
- Add CITATION.cff and update its version and date during release (
812b098)
Detailed Changes: 0.8.7...0.8.8
0.8.7
v0.8.7 (2025-05-08)
Bug Fixes
- Remove debug logging (
dbf2b88)
Finally, this is working.
Detailed Changes: 0.8.6...0.8.7
0.8.6
0.8.5
v0.8.5 (2025-05-08)
Bug Fixes
- Add some debug logging (
83060f4)
Still not determining correctly whether a release is needed.
Detailed Changes: 0.8.4...0.8.5