Skip to content

Commit 653572a

Browse files
author
semantic-release
committed
RELEASE: 0.9.3
1 parent 11e8bb8 commit 653572a

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

CHANGELOG.md

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

33

4+
## v0.9.3 (2025-05-10)
5+
6+
### Bug Fixes
7+
8+
- Improved test suite, tests now also linted
9+
([`11e8bb8`](https://github.com/pythonnz/pdfbaker/commit/11e8bb848114362c9c957351070f73ff084a4adc))
10+
11+
Reviewed all tests. Now 73 tests covering 91%.
12+
13+
### Continuous Integration
14+
15+
- Delete Sigstore signing - PyPI already doing that
16+
([`1e4c7b6`](https://github.com/pythonnz/pdfbaker/commit/1e4c7b656040a2c4920571c83d0f72b35f87becf))
17+
18+
Only now I noticed the `.publish.attestation` files in the releases...
19+
20+
### Documentation
21+
22+
- Add sigstore badge
23+
([`015fc47`](https://github.com/pythonnz/pdfbaker/commit/015fc47b271fb510e7c487805efee9750a4a52b6))
24+
25+
426
## v0.9.2 (2025-05-09)
527

628
### 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.2
5-
date-released: 2025-05-09
4+
version: 0.9.3
5+
date-released: 2025-05-10
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.2"
3+
version = "0.9.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.9.2"
3+
__version__ = "0.9.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)