Skip to content

Commit 9f6d76b

Browse files
author
semantic-release
committed
RELEASE: 0.8.10
1 parent b29b68c commit 9f6d76b

3 files changed

Lines changed: 44 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
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

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: "If you use pdfbaker in your work, please cite it using the following metadata."
33
title: "pdfbaker"
4-
version: 0.8.9
4+
version: 0.8.10
55
date-released: 2025-05-08
66
repository-code: "https://github.com/pythonnz/pdfbaker"
77
license: "MIT"

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.8.9"
3+
version = "0.8.10"
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)