Prepare 2.9.1 release

This commit is contained in:
squidfunk 2018-06-18 10:24:04 +02:00
parent 602de62ae3
commit 60d8b01468
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,9 @@
mkdocs-material-2.9.1 (2018-06-18)
* Added support for different spellings for theme color
* Fixed #799: Added support for web font minification in production
* Fixed #800: Added .highlighttable as an alias for .codehilitetable
mkdocs-material-2.9.0 (2018-06-13)
* Added support for theme color on Android

View File

@ -37,6 +37,15 @@ pip show mkdocs-material
## Changelog
### 2.9.1 <small>_ June 18, 2018</small>
* Added support for different spellings for theme color
* Fixed [#799][799]: Added support for web font minification in production
* Fixed [#800][800]: Added `.highlighttable` as an alias for `.codehilitetable`
[799]: https://github.com/squidfunk/mkdocs-material/issues/799
[800]: https://github.com/squidfunk/mkdocs-material/issues/800
### 2.9.0 <small>_ June 13, 2018</small>
* Added support for theme color on Android

View File

@ -36,7 +36,7 @@
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
{% endfor %}
<link rel="shortcut icon" href="{{ base_url }}/{{ config.theme.favicon }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.9.0">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.9.1">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "2.9.0",
"version": "2.9.1",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",