Skip to content

Commit cbb7d59

Browse files
author
semantic-release
committed
RELEASE: 0.9.4
1 parent 1069a68 commit cbb7d59

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

CHANGELOG.md

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

33

4+
## v0.9.4 (2025-05-11)
5+
6+
### Bug Fixes
7+
8+
- Actually deep-merge configs
9+
([`1069a68`](https://github.com/pythonnz/pdfbaker/commit/1069a68121f126ef1ce6e628d738c28ab8903fec))
10+
11+
### Documentation
12+
13+
- Add link to pre-commit installation with uv
14+
([`c834d30`](https://github.com/pythonnz/pdfbaker/commit/c834d30accdd23bffaad9443dbf60613d0c90c6d))
15+
16+
- Clarify directories, document/page names, variant config
17+
([`c83f5c5`](https://github.com/pythonnz/pdfbaker/commit/c83f5c5eebd96940a68df1d7173c451098d6375f))
18+
19+
- Clarify page `template` setting
20+
([`8de9fc8`](https://github.com/pythonnz/pdfbaker/commit/8de9fc886f916a70008cdf3107d8bbeb4153d2a5))
21+
22+
423
## v0.9.3 (2025-05-10)
524

625
### Bug Fixes

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.9.3
5-
date-released: 2025-05-10
4+
version: 0.9.4
5+
date-released: 2025-05-11
66
repository-code: "https://github.com/pythonnz/pdfbaker"
77
license: "MIT"
88
authors:

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.9.3"
3+
version = "0.9.4"
44
description = "SVG Jinja templates + YAML config = PDF documents"
55
authors = [
66
{ name = "Danny W. Adair", email = "danny.adair@unfold.nz" }

src/pdfbaker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""pdfbaker - Create PDF documents from YAML-configured SVG templates."""
22

3-
__version__ = "0.9.3"
3+
__version__ = "0.9.4"
44
__all__ = ["__version__"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)