Skip to content

Commit d0012e6

Browse files
author
semantic-release
committed
RELEASE: 0.8.1
1 parent 966ffff commit d0012e6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
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.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+
417
## v0.8.0 (2025-05-08)
518

619
### Features

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.0"
3+
version = "0.8.1"
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)