Merge pull request #642 from squidfunk/chore/prepare-2-2-5-release

Prepare 2.2.5 release
This commit is contained in:
Martin Donath 2017-12-18 19:33:24 +01:00 committed by GitHub
commit db18b3e34e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 3 deletions

View File

@ -53,7 +53,7 @@ pushd /tmp
mkdocs new test && cd test
# Test Docker image build
docker run --rm -it -v `pwd`:/docs $TRAVIS_REPO_SLUG build --theme material
docker run --rm -it -v $(pwd):/docs $TRAVIS_REPO_SLUG build --theme material
# Return to original directory
popd

View File

@ -1,3 +1,7 @@
mkdocs-material-2.2.5 (2017-12-18)
* Fixed #639: Broken default favicon
mkdocs-material-2.2.4 (2017-12-18)
* Fixed #638: Build breaks with Jinja < 2.9

View File

@ -1,4 +1,4 @@
recursive-include material *.ico *.js *.css *.html *.svg *.yml
recursive-include material *.js *.css *.html *.svg *.png *.yml
recursive-exclude site *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

View File

@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 2.2.4
# Version 2.2.5
```
### Material 1.x to 2.x
@ -38,6 +38,12 @@ pip show mkdocs-material | grep -E ^Version
## Changelog
### 2.2.5 <small>_ December 18, 2017</small>
* Fixed [#639][639]: Broken default favicon
[639]: https://github.com/squidfunk/mkdocs-material/issues/639
### 2.2.4 <small>_ December 18, 2017</small>
* Fixed [#638][638]: Build breaks with Jinja < 2.9

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB