Skip to content
Snippets Groups Projects
Unverified Commit db18b3e3 authored by Martin Donath's avatar Martin Donath Committed by GitHub
Browse files

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

Prepare 2.2.5 release
parents bcdd6152 eb07d241
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ pushd /tmp ...@@ -53,7 +53,7 @@ pushd /tmp
mkdocs new test && cd test mkdocs new test && cd test
# Test Docker image build # 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 # Return to original directory
popd popd
......
mkdocs-material-2.2.5 (2017-12-18)
* Fixed #639: Broken default favicon
mkdocs-material-2.2.4 (2017-12-18) mkdocs-material-2.2.4 (2017-12-18)
* Fixed #638: Build breaks with Jinja < 2.9 * Fixed #638: Build breaks with Jinja < 2.9
......
recursive-include material *.ico *.js *.css *.html *.svg *.yml recursive-include material *.js *.css *.html *.svg *.png *.yml
recursive-exclude site * recursive-exclude site *
recursive-exclude * __pycache__ recursive-exclude * __pycache__
recursive-exclude * *.py[co] recursive-exclude * *.py[co]
......
...@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command: ...@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
``` sh ``` sh
pip show mkdocs-material | grep -E ^Version pip show mkdocs-material | grep -E ^Version
# Version 2.2.4 # Version 2.2.5
``` ```
### Material 1.x to 2.x ### Material 1.x to 2.x
...@@ -38,6 +38,12 @@ pip show mkdocs-material | grep -E ^Version ...@@ -38,6 +38,12 @@ pip show mkdocs-material | grep -E ^Version
## Changelog ## 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> ### 2.2.4 <small>_ December 18, 2017</small>
* Fixed [#638][638]: Build breaks with Jinja < 2.9 * Fixed [#638][638]: Build breaks with Jinja < 2.9
......
material/assets/images/favicon.ico

1.12 KiB

src/assets/images/favicon.ico

1.12 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment