Skip to content

Commit 548ada0

Browse files
committed
release: v2.1.0
1 parent cd38aaf commit 548ada0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ repos:
4949
hooks:
5050
- id: mdformat
5151
additional_dependencies:
52-
- mdformat-mkdocs>=2.0.6
52+
- mdformat-mkdocs>=2.1.0
5353
# Or
54-
# - "mdformat-mkdocs[recommended]>=2.0.6"
54+
# - "mdformat-mkdocs[recommended]>=2.1.0"
5555
```
5656

5757
### pipx

mdformat_mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""An mdformat plugin for mkdocs."""
22

3-
__version__ = "2.0.11"
3+
__version__ = "2.1.0"
44

55
# FYI see source code for available interfaces:
66
# https://github.com/executablebooks/mdformat/blob/5d9b573ce33bae219087984dd148894c774f41d4/src/mdformat/plugins.py

0 commit comments

Comments
 (0)