Skip to content

Commit

Permalink
Release PDF Generator 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed May 28, 2024
1 parent 2e1cf47 commit db76f84
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
CHANGELOG
=========

1.0.4 - 2024-05-28
------------------

- Test PDF generation via GitHub CI action (#18)
- Pin `xhtml2pdf` until import from `rst2pdf` is fixed (#19)
- Replace Poetry with PDM
- Replace various code style linters with Ruff

Contributed by [Justin Mayer](https://github.com/justinmayer) via [PR #19](https://github.com/pelican-plugins/pdf/pull/19/)


1.0.3 - 2023-07-03
------------------

Expand Down
6 changes: 0 additions & 6 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pelican-pdf"
version = "1.0.3"
version = "1.0.4"
description = "PDF Generator is a Pelican plugin that exports articles and pages as PDF files during site generation"
authors = [{name = "Justin Mayer", email = "entroP@gmail.com"}, {name = "Dominik Wombacher", email = "dominik@wombacher.cc"}]
license = {text = "AGPL-3.0"}
Expand Down

0 comments on commit db76f84

Please sign in to comment.