Skip to content

Commit 1364668

Browse files
author
semantic-release
committed
RELEASE: 0.11.4
1 parent 6833db1 commit 1364668

File tree

5 files changed

+374
-5
lines changed

5 files changed

+374
-5
lines changed

CHANGELOG.md

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

33

4+
## v0.11.4 (2026-03-01)
5+
6+
### Bug Fixes
7+
8+
- Security updates to dependencies
9+
([`6833db1`](https://github.com/pythonnz/pdfbaker/commit/6833db165667a328a67a5601755940537da7eff3))
10+
11+
### Chores
12+
13+
- **deps**: Bump actions/cache from 4 to 5 ([#59](https://github.com/pythonnz/pdfbaker/pull/59),
14+
[`cc6c5ae`](https://github.com/pythonnz/pdfbaker/commit/cc6c5ae1340737507946fba601d9404c5f2890d4))
15+
16+
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release
17+
notes](https://github.com/actions/cache/releases) -
18+
[Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) -
19+
[Commits](https://github.com/actions/cache/compare/v4...v5)
20+
21+
--- updated-dependencies: - dependency-name: actions/cache dependency-version: '5'
22+
23+
dependency-type: direct:production
24+
25+
update-type: version-update:semver-major ...
26+
27+
Signed-off-by: dependabot[bot] <support@github.com>
28+
29+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
30+
31+
- **deps**: Bump actions/checkout from 5 to 6 ([#56](https://github.com/pythonnz/pdfbaker/pull/56),
32+
[`f4e57a2`](https://github.com/pythonnz/pdfbaker/commit/f4e57a25684cf58b5329743f8c98f12f2e788b1b))
33+
34+
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release
35+
notes](https://github.com/actions/checkout/releases) -
36+
[Commits](https://github.com/actions/checkout/compare/v5...v6)
37+
38+
--- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6'
39+
40+
dependency-type: direct:production
41+
42+
update-type: version-update:semver-major ...
43+
44+
Signed-off-by: dependabot[bot] <support@github.com>
45+
46+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
47+
48+
- **deps**: Bump actions/setup-python from 5 to 6
49+
([#45](https://github.com/pythonnz/pdfbaker/pull/45),
50+
[`f52513b`](https://github.com/pythonnz/pdfbaker/commit/f52513b67589cd7a261278dc3a7aab8fb13feb38))
51+
52+
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release
53+
notes](https://github.com/actions/setup-python/releases) -
54+
[Commits](https://github.com/actions/setup-python/compare/v5...v6)
55+
56+
--- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6'
57+
58+
dependency-type: direct:production
59+
60+
update-type: version-update:semver-major ...
61+
62+
Signed-off-by: dependabot[bot] <support@github.com>
63+
64+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
65+
66+
- **deps**: Bump actions/upload-artifact from 4.6.2 to 6.0.0
67+
([#61](https://github.com/pythonnz/pdfbaker/pull/61),
68+
[`a443b00`](https://github.com/pythonnz/pdfbaker/commit/a443b00f3d9aefede9f3fddee3cef276cf0ac903))
69+
70+
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 6.0.0. -
71+
[Release notes](https://github.com/actions/upload-artifact/releases) -
72+
[Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...b7c566a772e6b6bfb58ed0dc250532a479d7789f)
73+
74+
--- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0
75+
76+
dependency-type: direct:production
77+
78+
update-type: version-update:semver-major ...
79+
80+
Signed-off-by: dependabot[bot] <support@github.com>
81+
82+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
83+
84+
- **deps**: Bump filelock from 3.18.0 to 3.20.3
85+
([#74](https://github.com/pythonnz/pdfbaker/pull/74),
86+
[`58d40b4`](https://github.com/pythonnz/pdfbaker/commit/58d40b45487f6a47b16b262238d5680e849d69a3))
87+
88+
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.18.0 to 3.20.3. - [Release
89+
notes](https://github.com/tox-dev/py-filelock/releases) -
90+
[Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) -
91+
[Commits](https://github.com/tox-dev/py-filelock/compare/3.18.0...3.20.3)
92+
93+
--- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3
94+
95+
dependency-type: indirect ...
96+
97+
Signed-off-by: dependabot[bot] <support@github.com>
98+
99+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
100+
101+
- **deps**: Bump github/codeql-action from 3 to 4
102+
([#43](https://github.com/pythonnz/pdfbaker/pull/43),
103+
[`90104ac`](https://github.com/pythonnz/pdfbaker/commit/90104acd1d0434f5ac98ec678810e3931eef0980))
104+
105+
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release
106+
notes](https://github.com/github/codeql-action/releases) -
107+
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) -
108+
[Commits](https://github.com/github/codeql-action/compare/v3...v4)
109+
110+
--- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4'
111+
112+
dependency-type: direct:production
113+
114+
update-type: version-update:semver-major ...
115+
116+
Signed-off-by: dependabot[bot] <support@github.com>
117+
118+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
119+
120+
- **deps**: Bump pillow from 11.1.0 to 12.1.1 ([#76](https://github.com/pythonnz/pdfbaker/pull/76),
121+
[`803d4c1`](https://github.com/pythonnz/pdfbaker/commit/803d4c1113b72b9e97b1427e5ee872804180aec6))
122+
123+
Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.1.0 to 12.1.1. - [Release
124+
notes](https://github.com/python-pillow/Pillow/releases) -
125+
[Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) -
126+
[Commits](https://github.com/python-pillow/Pillow/compare/11.1.0...12.1.1)
127+
128+
--- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1
129+
130+
dependency-type: indirect ...
131+
132+
Signed-off-by: dependabot[bot] <support@github.com>
133+
134+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
135+
136+
- **deps**: Bump pip from 25.2 to 26.0 ([#73](https://github.com/pythonnz/pdfbaker/pull/73),
137+
[`f998f60`](https://github.com/pythonnz/pdfbaker/commit/f998f60df500f3c38102f58456c1c485271ec7d6))
138+
139+
Bumps [pip](https://github.com/pypa/pip) from 25.2 to 26.0. -
140+
[Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) -
141+
[Commits](https://github.com/pypa/pip/compare/25.2...26.0)
142+
143+
--- updated-dependencies: - dependency-name: pip dependency-version: '26.0'
144+
145+
dependency-type: indirect ...
146+
147+
Signed-off-by: dependabot[bot] <support@github.com>
148+
149+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
150+
151+
- **deps**: Bump pydantic from 2.12.3 to 2.12.4
152+
([#50](https://github.com/pythonnz/pdfbaker/pull/50),
153+
[`c26e69d`](https://github.com/pythonnz/pdfbaker/commit/c26e69d1d98f4380c061637a7f52a8c356fd1485))
154+
155+
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.3 to 2.12.4. - [Release
156+
notes](https://github.com/pydantic/pydantic/releases) -
157+
[Changelog](https://github.com/pydantic/pydantic/blob/v2.12.4/HISTORY.md) -
158+
[Commits](https://github.com/pydantic/pydantic/compare/v2.12.3...v2.12.4)
159+
160+
--- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.4
161+
162+
dependency-type: direct:production
163+
164+
update-type: version-update:semver-patch ...
165+
166+
Signed-off-by: dependabot[bot] <support@github.com>
167+
168+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
169+
170+
- **deps**: Bump pydantic from 2.12.4 to 2.12.5
171+
([#57](https://github.com/pythonnz/pdfbaker/pull/57),
172+
[`6ab264e`](https://github.com/pythonnz/pdfbaker/commit/6ab264e3ac3fb94a15c5210b1cdd3d8cde4655c6))
173+
174+
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.4 to 2.12.5. - [Release
175+
notes](https://github.com/pydantic/pydantic/releases) -
176+
[Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) -
177+
[Commits](https://github.com/pydantic/pydantic/compare/v2.12.4...v2.12.5)
178+
179+
--- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5
180+
181+
dependency-type: direct:production
182+
183+
update-type: version-update:semver-patch ...
184+
185+
Signed-off-by: dependabot[bot] <support@github.com>
186+
187+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
188+
189+
- **deps**: Bump pypdf from 6.1.1 to 6.1.2 ([#44](https://github.com/pythonnz/pdfbaker/pull/44),
190+
[`e70baaa`](https://github.com/pythonnz/pdfbaker/commit/e70baaa20f326cba4ba5b987334ba0ffbed98f32))
191+
192+
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.1.1 to 6.1.2. - [Release
193+
notes](https://github.com/py-pdf/pypdf/releases) -
194+
[Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) -
195+
[Commits](https://github.com/py-pdf/pypdf/compare/6.1.1...6.1.2)
196+
197+
--- updated-dependencies: - dependency-name: pypdf dependency-version: 6.1.2
198+
199+
dependency-type: direct:production
200+
201+
update-type: version-update:semver-patch ...
202+
203+
Signed-off-by: dependabot[bot] <support@github.com>
204+
205+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
206+
207+
- **deps**: Bump pypdf from 6.1.2 to 6.1.3 ([#46](https://github.com/pythonnz/pdfbaker/pull/46),
208+
[`d1898ea`](https://github.com/pythonnz/pdfbaker/commit/d1898eaa8bdd32a25f2f6f45718f51c619d0639a))
209+
210+
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.1.2 to 6.1.3. - [Release
211+
notes](https://github.com/py-pdf/pypdf/releases) -
212+
[Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) -
213+
[Commits](https://github.com/py-pdf/pypdf/compare/6.1.2...6.1.3)
214+
215+
--- updated-dependencies: - dependency-name: pypdf dependency-version: 6.1.3
216+
217+
dependency-type: direct:production
218+
219+
update-type: version-update:semver-patch ...
220+
221+
Signed-off-by: dependabot[bot] <support@github.com>
222+
223+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
224+
225+
- **deps**: Bump pypdf from 6.1.3 to 6.2.0 ([#51](https://github.com/pythonnz/pdfbaker/pull/51),
226+
[`c73a958`](https://github.com/pythonnz/pdfbaker/commit/c73a9584a0a915d8d449f26404ad87ff44083778))
227+
228+
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.1.3 to 6.2.0. - [Release
229+
notes](https://github.com/py-pdf/pypdf/releases) -
230+
[Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) -
231+
[Commits](https://github.com/py-pdf/pypdf/compare/6.1.3...6.2.0)
232+
233+
--- updated-dependencies: - dependency-name: pypdf dependency-version: 6.2.0
234+
235+
dependency-type: direct:production
236+
237+
update-type: version-update:semver-minor ...
238+
239+
Signed-off-by: dependabot[bot] <support@github.com>
240+
241+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
242+
243+
- **deps**: Bump pypdf from 6.2.0 to 6.7.0 ([#72](https://github.com/pythonnz/pdfbaker/pull/72),
244+
[`17a0c1e`](https://github.com/pythonnz/pdfbaker/commit/17a0c1e137f9bb2cd970d1e6ab49514dc0d96451))
245+
246+
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.2.0 to 6.7.0. - [Release
247+
notes](https://github.com/py-pdf/pypdf/releases) -
248+
[Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) -
249+
[Commits](https://github.com/py-pdf/pypdf/compare/6.2.0...6.7.0)
250+
251+
--- updated-dependencies: - dependency-name: pypdf dependency-version: 6.7.0
252+
253+
dependency-type: direct:production
254+
255+
update-type: version-update:semver-minor ...
256+
257+
Signed-off-by: dependabot[bot] <support@github.com>
258+
259+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
260+
261+
- **deps**: Bump pypdf from 6.2.0 to 6.7.4 ([#75](https://github.com/pythonnz/pdfbaker/pull/75),
262+
[`2c90a73`](https://github.com/pythonnz/pdfbaker/commit/2c90a739ccf7ed738d5873749e18a9d188621271))
263+
264+
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.2.0 to 6.7.4. - [Release
265+
notes](https://github.com/py-pdf/pypdf/releases) -
266+
[Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) -
267+
[Commits](https://github.com/py-pdf/pypdf/compare/6.2.0...6.7.4)
268+
269+
--- updated-dependencies: - dependency-name: pypdf dependency-version: 6.7.4
270+
271+
dependency-type: direct:production ...
272+
273+
Signed-off-by: dependabot[bot] <support@github.com>
274+
275+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
276+
277+
- **deps**: Bump python-semantic-release/publish-action
278+
([#52](https://github.com/pythonnz/pdfbaker/pull/52),
279+
[`4c1b000`](https://github.com/pythonnz/pdfbaker/commit/4c1b0000a708c5122e963a041981615fbfaefe57))
280+
281+
Bumps
282+
[python-semantic-release/publish-action](https://github.com/python-semantic-release/publish-action)
283+
from 10.4.1 to 10.5.1. - [Release
284+
notes](https://github.com/python-semantic-release/publish-action/releases) -
285+
[Changelog](https://github.com/python-semantic-release/publish-action/blob/main/releaserc.toml) -
286+
[Commits](https://github.com/python-semantic-release/publish-action/compare/v10.4.1...v10.5.1)
287+
288+
--- updated-dependencies: - dependency-name: python-semantic-release/publish-action
289+
dependency-version: 10.5.1
290+
291+
dependency-type: direct:production
292+
293+
update-type: version-update:semver-minor ...
294+
295+
Signed-off-by: dependabot[bot] <support@github.com>
296+
297+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
298+
299+
- **deps**: Bump python-semantic-release/publish-action
300+
([#60](https://github.com/pythonnz/pdfbaker/pull/60),
301+
[`d1661a8`](https://github.com/pythonnz/pdfbaker/commit/d1661a8ae89daf883181c253925b9f7665f46dc5))
302+
303+
Bumps
304+
[python-semantic-release/publish-action](https://github.com/python-semantic-release/publish-action)
305+
from 10.5.1 to 10.5.3. - [Release
306+
notes](https://github.com/python-semantic-release/publish-action/releases) -
307+
[Changelog](https://github.com/python-semantic-release/publish-action/blob/main/releaserc.toml) -
308+
[Commits](https://github.com/python-semantic-release/publish-action/compare/v10.5.1...v10.5.3)
309+
310+
--- updated-dependencies: - dependency-name: python-semantic-release/publish-action
311+
dependency-version: 10.5.3
312+
313+
dependency-type: direct:production
314+
315+
update-type: version-update:semver-patch ...
316+
317+
Signed-off-by: dependabot[bot] <support@github.com>
318+
319+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
320+
321+
- **deps**: Bump rich-click from 1.9.3 to 1.9.7
322+
([#70](https://github.com/pythonnz/pdfbaker/pull/70),
323+
[`6318960`](https://github.com/pythonnz/pdfbaker/commit/6318960f558592229a6c8b55fcf0afc829262b09))
324+
325+
Bumps [rich-click](https://github.com/ewels/rich-click) from 1.9.3 to 1.9.7. - [Release
326+
notes](https://github.com/ewels/rich-click/releases) -
327+
[Changelog](https://github.com/ewels/rich-click/blob/main/CHANGELOG.md) -
328+
[Commits](https://github.com/ewels/rich-click/compare/v1.9.3...v1.9.7)
329+
330+
--- updated-dependencies: - dependency-name: rich-click dependency-version: 1.9.7
331+
332+
dependency-type: direct:production
333+
334+
update-type: version-update:semver-patch ...
335+
336+
Signed-off-by: dependabot[bot] <support@github.com>
337+
338+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
339+
340+
- **deps**: Bump ruamel-yaml from 0.18.15 to 0.19.1
341+
([#66](https://github.com/pythonnz/pdfbaker/pull/66),
342+
[`7c90d89`](https://github.com/pythonnz/pdfbaker/commit/7c90d89e89d7c21363378664d79de855687d9768))
343+
344+
Bumps ruamel-yaml from 0.18.15 to 0.19.1.
345+
346+
--- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.19.1
347+
348+
dependency-type: direct:production
349+
350+
update-type: version-update:semver-minor ...
351+
352+
Signed-off-by: dependabot[bot] <support@github.com>
353+
354+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
355+
356+
- **deps**: Bump urllib3 from 2.5.0 to 2.6.3 ([#77](https://github.com/pythonnz/pdfbaker/pull/77),
357+
[`c96129c`](https://github.com/pythonnz/pdfbaker/commit/c96129c8a3dba663a9ca87f245d80afaff39cc0f))
358+
359+
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.3. - [Release
360+
notes](https://github.com/urllib3/urllib3/releases) -
361+
[Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) -
362+
[Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.3)
363+
364+
--- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3
365+
366+
dependency-type: indirect ...
367+
368+
Signed-off-by: dependabot[bot] <support@github.com>
369+
370+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
371+
372+
4373
## v0.11.3 (2025-10-19)
5374

6375
### 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.11.3
5-
date-released: 2025-10-19
4+
version: 0.11.4
5+
date-released: 2026-03-01
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.11.3"
3+
version = "0.11.4"
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)