Prepare 8.5.1 release

This commit is contained in:
squidfunk 2022-09-15 19:08:53 +02:00
parent 15d9dacc0c
commit 10f139737d
5 changed files with 14 additions and 6 deletions

View File

@ -1,6 +1,10 @@
mkdocs-material-8.5.1 (2022-09-15)
* Fixed #4366: Removed dependencies with native extensions
mkdocs-material-8.5.0+insiders-4.23.4 (2022-09-14) mkdocs-material-8.5.0+insiders-4.23.4 (2022-09-14)
* Fixed #4365: Recursion error in blog plugin due to `deepcopy` * Fixed #4365: Recursion error in blog plugin due to deepcopy
* Fixed path errors for blog plugin on Windows * Fixed path errors for blog plugin on Windows
* Fixed publishing workflow in forked repositories * Fixed publishing workflow in forked repositories
@ -19,7 +23,7 @@ mkdocs-material-8.5.0 (2022-09-13)
mkdocs-material-8.4.4+insiders-4.23.2 (2022-09-13) mkdocs-material-8.4.4+insiders-4.23.2 (2022-09-13)
* Fixed #4348: Blog plugin crashes on custom `nav` title * Fixed #4348: Blog plugin crashes on custom nav title
* Fixed blog plugin crashing when category contained only drafts * Fixed blog plugin crashing when category contained only drafts
* Fixed rendering of content from blog index file * Fixed rendering of content from blog index file

View File

@ -6,6 +6,10 @@ template: overrides/main.html
## Material for MkDocs ## Material for MkDocs
### 8.5.1 <small>_ September 15, 2022</small> { id="8.5.1" }
- Fixed #4366: Removed dependencies with native extensions
### 8.5.0 <small>_ September 13, 2022</small> { id="8.5.0" } ### 8.5.0 <small>_ September 13, 2022</small> { id="8.5.0" }
- Added support for social cards - Added support for social cards

View File

@ -22,7 +22,7 @@
<link rel="canonical" href="{{ page.canonical_url }}"> <link rel="canonical" href="{{ page.canonical_url }}">
{% endif %} {% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}"> <link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.0"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.1">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page.meta and page.meta.title %} {% if page.meta and page.meta.title %}

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "8.5.0", "version": "8.5.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "8.5.0", "version": "8.5.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"array-flat-polyfill": "^1.0.1", "array-flat-polyfill": "^1.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "8.5.0", "version": "8.5.1",
"description": "Documentation that simply works", "description": "Documentation that simply works",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",