diff --git a/CHANGELOG b/CHANGELOG index d6a4efcf45d7705f06700b6813bd931537291ed6..491e58e7b9ea9a59354044a42802f87bc489b36d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +mkdocs-material-1.0.4 (2017-02-16) + + * Fixed #142: Documentation build errors if h1 is defined as raw HTML + * Fixed #164: PyPI release does not build and install + * Fixed offsets of targeted headlines + * Increased sidebar font size by 0.12rem + mkdocs-material-1.0.3 (2017-01-22) * Fixed #117: Table of contents items don't blur on fast scrolling diff --git a/docs/release-notes.md b/docs/release-notes.md index c7e40131b989a65cc2bd74dddfc42bd252255254..c0ede00c8acb9af85bd23a98f65171dec7c27f4e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,11 +12,21 @@ To determine the currently installed version, use the following command: ``` sh pip show mkdocs-material | grep -E ^Version -# Version 1.0.3 +# Version 1.0.4 ``` ## Changelog +### 1.0.4 <small> _ February 16, 2017</small> + +* Fixed [#142][142]: Documentation build errors if `h1` is defined as raw HTML +* Fixed [#164][164]: PyPI release does not build and install +* Fixed offsets of targeted headlines +* Increased sidebar font size by `0.12rem` + + [142]: https://github.com/squidfunk/mkdocs-material/issues/142 + [164]: https://github.com/squidfunk/mkdocs-material/issues/164 + ### 1.0.3 <small> _ January 22, 2017</small> * Fixed [#117][117]: Table of contents items don't blur on fast scrolling diff --git a/package.json b/package.json index 79fae28191d10856bf3f9cb47ff6560b7a1dbe75..43850190d10a404a9c6fb80995b160b646b0d4dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "1.0.3", + "version": "1.0.4", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",