Skip to content

Commit

Permalink
Prepare 9.5.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Feb 10, 2024
1 parent 292d563 commit a6286ef
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
mkdocs-material-9.5.9 (2024-02-10)

* Fixed navigation pruning with tabs and sections enabled

mkdocs-material-9.5.8+insiders-4.52.2 (2024-02-07)

* Fixed #6735: Instant previews misplaced when below tabs
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog/index.md
Expand Up @@ -2,6 +2,10 @@

## Material for MkDocs

### 9.5.9 <small>February 10, 2024</small> { id="9.5.9" }

- Fixed navigation pruning with tabs and sections enabled

### 9.5.8 <small>February 7, 2024</small> { id="9.5.8" }

- Added Tamil translations
Expand Down
2 changes: 1 addition & 1 deletion material/__init__.py
Expand Up @@ -18,4 +18,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.

__version__ = "9.5.8"
__version__ = "9.5.9"
2 changes: 1 addition & 1 deletion material/templates/base.html
Expand Up @@ -32,7 +32,7 @@
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.8">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.9">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.5.8",
"version": "9.5.9",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit a6286ef

Please sign in to comment.