Skip to content

Commit

Permalink
πŸš€ RELEASE: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Dec 3, 2021
1 parent 909c739 commit aba72e6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.3.0 - 2021-12-03

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

## 0.2.8 - 2021-05-03

πŸ› FIX: `wordcount` update of minutes
Expand Down
2 changes: 1 addition & 1 deletion mdit_py_plugins/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.8"
__version__ = "0.3.0"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ project_urls =
[options]
packages = find:
install_requires =
markdown-it-py~=1.0
markdown-it-py>=1.0.0,<3.0.0
python_requires = ~=3.6
include_package_data = True
zip_safe = True
Expand All @@ -48,7 +48,7 @@ testing =
pytest-cov
pytest-regressions
rtd =
myst-parser==0.14.0a3
myst-parser~=0.14.0
sphinx-book-theme~=0.1.0

[mypy]
Expand Down

0 comments on commit aba72e6

Please sign in to comment.