Skip to content

Commit

Permalink
release: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Jun 2, 2024
1 parent cd38aaf commit 548ada0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ repos:
hooks:
- id: mdformat
additional_dependencies:
- mdformat-mkdocs>=2.0.6
- mdformat-mkdocs>=2.1.0
# Or
# - "mdformat-mkdocs[recommended]>=2.0.6"
# - "mdformat-mkdocs[recommended]>=2.1.0"
```

### pipx
Expand Down
2 changes: 1 addition & 1 deletion mdformat_mkdocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""An mdformat plugin for mkdocs."""

__version__ = "2.0.11"
__version__ = "2.1.0"

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

0 comments on commit 548ada0

Please sign in to comment.