Skip to content

Commit

Permalink
Prepare 5.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed May 18, 2020
1 parent d114778 commit 70ec1f8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
mkdocs-material-5.2.0 (2020-05-18)

* Added color schemes implementation + dark mode
* Fixed #1583: Missing option for separate link colors

mkdocs-material-5.1.7 (2020-05-16)

* Added keyboard focus support for overflowing code blocks
Expand Down
5 changes: 5 additions & 0 deletions docs/releases/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ pip show mkdocs-material

## Changelog

### 5.2.0 <small>_ May 18, 2020</small>

* Added color schemes implementation + dark mode
* Fixed #1583: Missing option for separate link colors

### 5.1.7 <small>_ May 16, 2020</small>

* Added keyboard focus support for overflowing code blocks
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<meta name="author" content="{{ config.site_author }}">
{% endif %}
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.1.7">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.2.0">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "5.1.7",
"version": "5.2.0",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 70ec1f8

Please sign in to comment.