Skip to content

Commit d11bdaf

Browse files
authored
🚀 Release v0.4.1 (#110)
1 parent aa1f557 commit d11bdaf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.4.1 - 2024-05-12
4+
5+
* 👌 Add option for footnotes references to always be matched
6+
7+
Usually footnote references are only matched when a footnote definition of the same label has already been found. If `always_match_refs=True`, any `[^...]` syntax will be treated as a footnote.
8+
39
## 0.4.0 - 2023-06-05
410

511
* ⬆️ UPGRADE: Drop python 3.7 and support 3.11 ([#77](https://github.com/executablebooks/mdit-py-plugins/pull/77))

mdit_py_plugins/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)