Skip to content

Commit 03d065c

Browse files
committed
Prepare 9.1.18 release
1 parent 5a703c1 commit 03d065c

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mkdocs-material-9.1.18 (2023-07-03)
2+
3+
* Updated Danish translations
4+
* Added support for installing user requirements in Docker image
5+
* Fixed #5655: Search separator with lookbehind breaks highlighting
6+
17
mkdocs-material-9.1.17+insiders-4.36.1 (2023-06-23)
28

39
* Fixed #5618: Date comparison breaking for drafts in blog plugin

docs/changelog/index.md

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

33
## Material for MkDocs
44

5+
### 9.1.18 <small>July 3, 2023</small> { id="9.1.18" }
6+
7+
- Updated Danish translations
8+
- Added support for installing user requirements in Docker image
9+
- Fixed #5655: Search separator with lookbehind breaks highlighting
10+
511
### 9.1.17 <small>June 23, 2023</small> { id="9.1.17" }
612

713
- Fixed #5633: Code annotations with nested lists incorrectly mounted

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.1.17">
31+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.18">
3232
{% endblock %}
3333
{% block htmltitle %}
3434
{% if page.meta and page.meta.title %}

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.1.17",
3+
"version": "9.1.18",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)