Skip to content

Commit 87b7444

Browse files
author
semantic-release
committed
RELEASE: 0.11.1
1 parent 036151b commit 87b7444

5 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.11.1 (2025-10-16)
5+
6+
### Bug Fixes
7+
8+
- Remove comma to demo release
9+
([`036151b`](https://github.com/pythonnz/pdfbaker/commit/036151bd5fe93b6ff3d96d4c2b56967db5efb899))
10+
11+
This is only for demonstration purposes. Marked as a fix to trigger a release.
12+
13+
414
## v0.11.0 (2025-05-23)
515

616
### 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.0
5-
date-released: 2025-05-23
4+
version: 0.11.1
5+
date-released: 2025-10-16
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.0"
3+
version = "0.11.1"
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.0"
3+
__version__ = "0.11.1"
44
__all__ = ["__version__"]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)