Skip to content

Commit 292850e

Browse files
committed
for Release v0.3.0
1 parent 4d4bc4c commit 292850e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mkdocs-with-pdf 0.3.0 (2020-07-24)
2+
3+
* Supports page exclusion.
4+
* Fixed for the internal link anchors.
5+
16
mkdocs-with-pdf 0.2.4 (2020-07-15)
27

38
* Excluded form empty tags if it has image.
@@ -8,7 +13,7 @@ mkdocs-with-pdf 0.2.3 (2020-05-24)
813

914
mkdocs-with-pdf 0.2.2 (2020-05-17)
1015

11-
* Exclude custom style source from package distination.
16+
* Exclude custom style source from package destination.
1217
* Add page break rule for tabs.
1318

1419
mkdocs-with-pdf 0.2.1 (2020-05-16)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='mkdocs-with-pdf',
7-
version='0.2.4',
7+
version='0.3.0',
88
description='Generate a single PDF file from MkDocs repository', # noqa E501
99
long_description=io.open('README.md', encoding='utf8').read(),
1010
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)