Skip to content

Commit 8f5aa8a

Browse files
committed
Prepare 1.0.4 release
1 parent 4927e57 commit 8f5aa8a

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mkdocs-material-1.0.4 (2017-02-16)
2+
3+
* Fixed #142: Documentation build errors if h1 is defined as raw HTML
4+
* Fixed #164: PyPI release does not build and install
5+
* Fixed offsets of targeted headlines
6+
* Increased sidebar font size by 0.12rem
7+
18
mkdocs-material-1.0.3 (2017-01-22)
29

310
* Fixed #117: Table of contents items don't blur on fast scrolling

docs/release-notes.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,21 @@ To determine the currently installed version, use the following command:
1212

1313
``` sh
1414
pip show mkdocs-material | grep -E ^Version
15-
# Version 1.0.3
15+
# Version 1.0.4
1616
```
1717

1818
## Changelog
1919

20+
### 1.0.4 <small> _ February 16, 2017</small>
21+
22+
* Fixed [#142][142]: Documentation build errors if `h1` is defined as raw HTML
23+
* Fixed [#164][164]: PyPI release does not build and install
24+
* Fixed offsets of targeted headlines
25+
* Increased sidebar font size by `0.12rem`
26+
27+
[142]: https://github.com/squidfunk/mkdocs-material/issues/142
28+
[164]: https://github.com/squidfunk/mkdocs-material/issues/164
29+
2030
### 1.0.3 <small> _ January 22, 2017</small>
2131

2232
* Fixed [#117][117]: Table of contents items don't blur on fast scrolling

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)