Skip to content

Commit 8358a9b

Browse files
committed
Prepare 8.2.7 release
1 parent 345c39c commit 8358a9b

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
mkdocs-material-8.2.7 (2022-03-24)
2+
3+
* Temporarily limit Jinja version range to < 3.1 due to breaking changes
4+
15
mkdocs-material-8.2.6 (2022-03-23)
26

37
* Fixed #3695: Deprecation warning for unescaped backslashes in templates

docs/changelog/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ template: overrides/main.html
66

77
## Material for MkDocs
88

9+
### 8.2.7 <small>_ March 24, 2022</small> { id="8.2.7" }
10+
11+
- Temporarily limit Jinja version range to < 3.1 due to breaking changes
12+
913
### 8.2.6 <small>_ March 23, 2022</small> { id="8.2.6" }
1014

1115
- Fixed #3695: Deprecation warning for unescaped backslashes in templates

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link rel="canonical" href="{{ page.canonical_url }}">
2323
{% endif %}
2424
<link rel="icon" href="{{ config.theme.favicon | url }}">
25-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.2.6">
25+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.2.7">
2626
{% endblock %}
2727
{% block htmltitle %}
2828
{% if page and page.meta and page.meta.title %}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "8.2.6",
3+
"version": "8.2.7",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)