Skip to content

Commit aba72e6

Browse files
committed
πŸš€ RELEASE: v0.3.0
1 parent 909c739 commit aba72e6

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

β€ŽCHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 0.3.0 - 2021-12-03
4+
5+
- ⬆️ UPGRADE: Compatible with markdown-it-py `v2`.
6+
- ✨ NEW: Add field list plugin, Based on the [restructuredtext syntax](https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#field-lists)
7+
- ♻️ REFACTOR: dollarmath plugin, `math_block_eqno` -> `math_block_label` token
8+
- ♻️ REFACTOR: Remove AttrDict usage from texmath
9+
- πŸ‘Œ IMPROVE: Default HTML rendering for dollarmath and amsmath plugins
10+
- πŸ‘Œ IMPROVE: Add render options for dollarmath and amsmath plugins
11+
- πŸ‘Œ IMPROVE: MyST parsing of target blocks (allow whitespace) and roles (allow for new lines)
12+
313
## 0.2.8 - 2021-05-03
414

515
πŸ› FIX: `wordcount` update of minutes

β€Žmdit_py_plugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.8"
1+
__version__ = "0.3.0"

β€Žsetup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ project_urls =
2929
[options]
3030
packages = find:
3131
install_requires =
32-
markdown-it-py~=1.0
32+
markdown-it-py>=1.0.0,<3.0.0
3333
python_requires = ~=3.6
3434
include_package_data = True
3535
zip_safe = True
@@ -48,7 +48,7 @@ testing =
4848
pytest-cov
4949
pytest-regressions
5050
rtd =
51-
myst-parser==0.14.0a3
51+
myst-parser~=0.14.0
5252
sphinx-book-theme~=0.1.0
5353

5454
[mypy]

0 commit comments

Comments
Β (0)