We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966ffff commit d0012e6Copy full SHA for d0012e6
2 files changed
CHANGELOG.md
@@ -1,6 +1,19 @@
1
# CHANGELOG
2
3
4
+## v0.8.1 (2025-05-08)
5
+
6
+### Bug Fixes
7
8
+- Checking where uv gets installed
9
+ ([`966ffff`](https://github.com/pythonnz/pdfbaker/commit/966ffff0ff5cf04e93a944b0848d31a252d925ad))
10
11
+- Specify path to uv
12
+ ([`ed71ff7`](https://github.com/pythonnz/pdfbaker/commit/ed71ff7494504798af94db2c5ecef4b538cb86f3))
13
14
+python-semantic-release runs `build_command` in a new shell...
15
16
17
## v0.8.0 (2025-05-08)
18
19
### Features
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "pdfbaker"
-version = "0.8.0"
+version = "0.8.1"
description = "SVG Jinja templates + YAML config = PDF documents"
authors = [
{ name = "Danny W. Adair", email = "danny.adair@unfold.nz" }
0 commit comments