Skip to content

Commit

Permalink
for Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orzih committed Jan 8, 2021
1 parent 18a9a2a commit 1c935b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mkdocs-with-pdf 0.8.2 (2021-01-08)

* Added a rendering hook module handler.
* Added highlighttable style for material.
* Added headless-chrome launch options.
* Changed to collect JS for each page.

mkdocs-with-pdf 0.8.1 (2020-11-30)

* Removed compressed css output_style to avoid problems with umlauts.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='mkdocs-with-pdf',
version='0.8.1',
version='0.8.2',
description='Generate a single PDF file from MkDocs repository', # noqa E501
long_description=io.open('README.md', encoding='utf8').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 1c935b6

Please sign in to comment.