mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 2.2.5 release
This commit is contained in:
parent
bcdd6152ce
commit
b7f1ab665d
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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 |
Loading…
Reference in New Issue
Block a user