Skip to content

Commit cdaf0d7

Browse files
author
semantic-release
committed
RELEASE: 0.8.11
1 parent 6a074c8 commit cdaf0d7

File tree

4 files changed

+699
-489
lines changed

4 files changed

+699
-489
lines changed

CHANGELOG.md

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

33

4+
## v0.8.11 (2025-05-08)
5+
6+
### Bug Fixes
7+
8+
- Ensure uv.lock gets updated by a release
9+
([`6a074c8`](https://github.com/pythonnz/pdfbaker/commit/6a074c8ed270da3186eca196277090e2c4719b96))
10+
11+
### Chores
12+
13+
- Add DocumentNotFoundError to errors.__all__
14+
([`02e95e8`](https://github.com/pythonnz/pdfbaker/commit/02e95e8c54d2e93e47f534fbb45a71a843ed5bd9))
15+
16+
417
## v0.8.10 (2025-05-08)
518

619
### 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.8.10
4+
version: 0.8.11
55
date-released: 2025-05-08
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.8.10"
3+
version = "0.8.11"
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)