|
| 1 | +# CHANGELOG |
| 2 | + |
| 3 | + |
| 4 | +## v0.6.2 (2025-05-08) |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +- Create github release before publishing |
| 9 | + ([`886e8dc`](https://github.com/pythonnz/pdfbaker/commit/886e8dc89804a272b2e5fc165ffd81cfb81de5cb)) |
| 10 | + |
| 11 | +- Remove GH_TOKEN |
| 12 | + ([`16b3aad`](https://github.com/pythonnz/pdfbaker/commit/16b3aad7017136cbf9c7552f59daa2f94afab2a1)) |
| 13 | + |
| 14 | +Using the deploy key now |
| 15 | + |
| 16 | +- Use deploy key |
| 17 | + ([`a943ffc`](https://github.com/pythonnz/pdfbaker/commit/a943ffc9b628b08cf9c2c6fd318d3745136e1e18)) |
| 18 | + |
| 19 | +python-semantic-release needs to write (version number, changelog...) Github actions can not be |
| 20 | + allowed to bypass branch protection rules. Deploy keys can. |
| 21 | + https://github.com/orgs/community/discussions/25305#discussioncomment-10728028 |
| 22 | + |
| 23 | +### Code Style |
| 24 | + |
| 25 | +- Add newline |
| 26 | + ([`73cd049`](https://github.com/pythonnz/pdfbaker/commit/73cd049895c1aa2ffed96466b8afe4bb90989275)) |
| 27 | + |
| 28 | +### Continuous Integration |
| 29 | + |
| 30 | +- Add python-semantic-release |
| 31 | + ([`b1ec53c`](https://github.com/pythonnz/pdfbaker/commit/b1ec53c3ed869c48fc8fb14732e6330938f83e3f)) |
| 32 | + |
| 33 | +- Only release if pre-commit and tests were successful |
| 34 | + ([`9be16d7`](https://github.com/pythonnz/pdfbaker/commit/9be16d7480fbfad45862cc5df895344e0e3f516b)) |
| 35 | + |
| 36 | +- Use correct workflow file name |
| 37 | + ([`717d273`](https://github.com/pythonnz/pdfbaker/commit/717d2731c39e9fc82deef9b88184eca3153323bd)) |
| 38 | + |
| 39 | + |
| 40 | +## v0.6.1 (2025-04-29) |
| 41 | + |
| 42 | +### Bug Fixes |
| 43 | + |
| 44 | +- Always inject "page_number" into the config/template context |
| 45 | + ([`f6b38a0`](https://github.com/pythonnz/pdfbaker/commit/f6b38a090d0df1adc20444c6ff8098ec08803e92)) |
| 46 | + |
| 47 | +- Config directory may already be rendered string |
| 48 | + ([`1d05a3a`](https://github.com/pythonnz/pdfbaker/commit/1d05a3a891b9873c91871f6d8342bfeaf15976ca)) |
| 49 | + |
| 50 | +We determine variant pages late in the game when the variant config was merged into the document |
| 51 | + config |
| 52 | + |
| 53 | +- Nested f-string |
| 54 | + ([`8f357bb`](https://github.com/pythonnz/pdfbaker/commit/8f357bbb4ab4b10a04615b54cc1bb984115b4e38)) |
| 55 | + |
| 56 | +- Nested quotes |
| 57 | + ([`6645491`](https://github.com/pythonnz/pdfbaker/commit/664549108b18ffea2f24e1b3bd5d4ef682204ddc)) |
| 58 | + |
| 59 | +- Pages may only be defined in variants, not document itself |
| 60 | + ([`75cae8e`](https://github.com/pythonnz/pdfbaker/commit/75cae8e30376c9a9501167d7ad59b41b0b6d25c5)) |
| 61 | + |
| 62 | +- Typo |
| 63 | + ([`b79cbbb`](https://github.com/pythonnz/pdfbaker/commit/b79cbbb0d55ba1fa399d1705041be34c759f9f10)) |
0 commit comments