Skip to content

Commit 6996c28

Browse files
author
semantic-release
committed
RELEASE: 0.11.3
1 parent 01dad6b commit 6996c28

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

CHANGELOG.md

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

33

4+
## v0.11.3 (2025-10-19)
5+
6+
### Bug Fixes
7+
8+
- Ignore tarfile symlink vulnerability in pip-audit
9+
([`01dad6b`](https://github.com/pythonnz/pdfbaker/commit/01dad6ba101f7569770260b08ab4cc457256714c))
10+
11+
https://github.com/advisories/GHSA-4xh5-x5gv-qwph https://github.com/pypa/pip/issues/13607
12+
13+
As we're not affected, this seems to be the most pragmatic approach for this curveball.
14+
15+
### Continuous Integration
16+
17+
- Bump Ubuntu version for pip-audit to use Python 3.12
18+
([`0d38b57`](https://github.com/pythonnz/pdfbaker/commit/0d38b57e16eca75824ade45016687a27e00d4c27))
19+
20+
- Update pip
21+
([`1dc2ecd`](https://github.com/pythonnz/pdfbaker/commit/1dc2ecdc755d430abf332403921dfbc447685dd7))
22+
23+
The current python action (as bumped by dependabot) seems to still be running pip 25.2 which
24+
pip-audit flagged for known vulnerability
25+
26+
427
## v0.11.2 (2025-10-19)
528

629
### 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.11.2
4+
version: 0.11.3
55
date-released: 2025-10-19
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.11.2"
3+
version = "0.11.3"
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.11.2"
3+
__version__ = "0.11.3"
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)