Skip to content

Commit 8d6beb3

Browse files
author
semantic-release
committed
RELEASE: 0.8.13
1 parent 2d59fde commit 8d6beb3

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.8.13 (2025-05-09)
5+
6+
### Bug Fixes
7+
8+
- -v option for main command
9+
([`2d59fde`](https://github.com/pythonnz/pdfbaker/commit/2d59fdeb7153fc650a7999e603dca1176368fa06))
10+
11+
- Preserve exit code of PSR (also run verbose)
12+
([`e86df6b`](https://github.com/pythonnz/pdfbaker/commit/e86df6bd44e0ac7047fa1a3f70dab866cfd0b26b))
13+
14+
The exit code of Python Semantic Release was shadowed by the exit code of the assignment of its
15+
output.
16+
17+
418
## v0.8.12 (2025-05-08)
519

620
### 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.8.12
5-
date-released: 2025-05-08
4+
version: 0.8.13
5+
date-released: 2025-05-09
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.8.12"
3+
version = "0.8.13"
44
description = "SVG Jinja templates + YAML config = PDF documents"
55
authors = [
66
{ name = "Danny W. Adair", email = "danny.adair@unfold.nz" }

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)