Skip to content

Commit 3c4f7c3

Browse files
committed
Prepare 9.0.11 release
1 parent f18be6c commit 3c4f7c3

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-9.0.11 (2023-02-03)
2+
3+
* Added Mastodon verification for social links (rel=me)
4+
15
mkdocs-material-9.0.10 (2023-02-02)
26

37
* Updated Arabic translations

docs/changelog/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Material for MkDocs
44

5+
### 9.0.11 <small>February 3, 2023</small> { id="9.0.11" }
6+
7+
- Added Mastodon verification for social links (rel=me)
8+
59
### 9.0.10 <small>February 2, 2023</small> { id="9.0.10" }
610

711
- Updated Arabic translations

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<link rel="next" href="{{ page.next_page.url | url }}">
2929
{% endif %}
3030
<link rel="icon" href="{{ config.theme.favicon | url }}">
31-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.10">
31+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.11">
3232
{% endblock %}
3333
{% block htmltitle %}
3434
{% if 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": "9.0.10",
3+
"version": "9.0.11",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)