Skip to content

Commit 6026738

Browse files
committed
Prepare 9.5.6 release
1 parent a65fd1e commit 6026738

File tree

6 files changed

+23
-3
lines changed

6 files changed

+23
-3
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
mkdocs-material-9.5.6+insiders-4.52.0 (2024-01-28)
2+
3+
* Added support for instant previews
4+
* Fixed footnote tooltips positioning edge cases
5+
* Fixed #6703: New tags plugin crashes on Windows
6+
7+
mkdocs-material-9.5.6 (2024-01-28)
8+
9+
* Fixed #6700: Missing styles for Mermaid.js labels with Markdown
10+
111
mkdocs-material-9.5.5+insiders-4.51.0 (2024-01-24)
212

313
* Added support for footnote tooltips

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.5.6 <small>January 28, 2024</small> { id="9.5.6" }
6+
7+
- Fixed #6700: Missing styles for Mermaid.js labels with Markdown
8+
59
### 9.5.5 <small>January 24, 2024</small> { id="9.5.5" }
610

711
- Updated Tagalog translations

docs/insiders/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 Insiders
44

5+
### 4.52.0 <small>January 28, 2024</small> { id="4.52.0" }
6+
7+
- Added support for instant previews
8+
- Fixed footnote tooltips positioning edge cases
9+
- Fixed #6703: New tags plugin crashes on Windows
10+
511
### 4.51.0 <small>January 24, 2024</small> { id="4.51.0" }
612

713
- Added support for footnote tooltips

material/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919
# IN THE SOFTWARE.
2020

21-
__version__ = "9.5.5"
21+
__version__ = "9.5.6"

material/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
3333
{% endif %}
3434
<link rel="icon" href="{{ config.theme.favicon | url }}">
35-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.5">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.6">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% 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.5.5",
3+
"version": "9.5.6",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)