We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be08d84 commit 9c94572Copy full SHA for 9c94572
2 files changed
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.8.3 (2025-05-08)
5
+
6
+### Bug Fixes
7
8
+- Don't re-trigger release, cater for some concurrency issues
9
+ ([`be08d84`](https://github.com/pythonnz/pdfbaker/commit/be08d84b1ccfd5ffea1c213c44392ce6133dc6f7))
10
11
12
## v0.8.2 (2025-05-08)
13
14
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "pdfbaker"
-version = "0.8.2"
+version = "0.8.3"
description = "SVG Jinja templates + YAML config = PDF documents"
authors = [
{ name = "Danny W. Adair", email = "danny.adair@unfold.nz" }
0 commit comments