Skip to content

Commit 8f21ae4

Browse files
author
semantic-release
committed
RELEASE: 0.9.1
1 parent e6b0f62 commit 8f21ae4

File tree

5 files changed

+30
-4
lines changed

5 files changed

+30
-4
lines changed

CHANGELOG.md

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

33

4+
## v0.9.1 (2025-05-09)
5+
6+
### Bug Fixes
7+
8+
- Sign releases with Sigstore
9+
([`e6b0f62`](https://github.com/pythonnz/pdfbaker/commit/e6b0f62f7c571c3c0e8b94ac9edb2782d03b51e5))
10+
11+
More of a `ci:` but I want to trigger a release to confirm
12+
13+
### Documentation
14+
15+
- Clarify that a page setting can override main or document
16+
([`9b0c40f`](https://github.com/pythonnz/pdfbaker/commit/9b0c40f61235c5666eb02f804b0351038b283ee2))
17+
18+
- Fix default location of documents
19+
([`228df2c`](https://github.com/pythonnz/pdfbaker/commit/228df2cea73defe7063d3534a1f2d80488188017))
20+
21+
(same directory as config file, not another subdirectory)
22+
23+
- Fix description - page overrides for page, not document
24+
([`b43718a`](https://github.com/pythonnz/pdfbaker/commit/b43718a611f13965c1ed3f76174fc7e059aaa048))
25+
26+
- Improve configuration reference, add section on custom locations
27+
([`aeee114`](https://github.com/pythonnz/pdfbaker/commit/aeee114a270eb4e078e89c58f5428fffc72f30b4))
28+
29+
430
## v0.9.0 (2025-05-09)
531

632
### Documentation

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.9.0
4+
version: 0.9.1
55
date-released: 2025-05-09
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.9.0"
3+
version = "0.9.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.9.0"
3+
__version__ = "0.9.1"
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)