Skip to content

Commit 6573543

Browse files
author
semantic-release
committed
RELEASE: 0.6.3
1 parent cc4a985 commit 6573543

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.6.3 (2025-05-08)
5+
6+
### Bug Fixes
7+
8+
- Need to double backslash escape in .toml
9+
([`b9db84e`](https://github.com/pythonnz/pdfbaker/commit/b9db84e13e89d4a3a956c9a21e1e08b096d66bbd))
10+
11+
- Remove invalid "commit-parser" section (using default "angular" anyway)
12+
([`cc4a985`](https://github.com/pythonnz/pdfbaker/commit/cc4a985be47df22a7c5f6da775b7969fdf6af3e8))
13+
14+
### Continuous Integration
15+
16+
- Delete .releaserc in favour of all settings in pyproject.toml
17+
([`178cd75`](https://github.com/pythonnz/pdfbaker/commit/178cd7537f72d0e638572d927cf97038971d5840))
18+
19+
420
## v0.6.2 (2025-05-08)
521

622
### Bug Fixes

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.6.2"
3+
version = "0.6.3"
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)