Skip to content

Commit ef07cd4

Browse files
committed
πŸš€ RELEASE: v0.2.7
1 parent 54f1014 commit ef07cd4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

3+
## 0.2.7 - 2021-05-03
4+
5+
- ⬆️ UPDATE: markdown-it-py~=1.0
6+
- ✨ NEW: Add `wordcount_plugin`
7+
- πŸ‘Œ IMPROVE: `dollarmath`: Allow inline double-dollar
8+
- πŸ‘Œ IMPROVE: `myst_blocks`: Parse multiline comments
9+
- πŸ‘Œ IMPROVE: Replace use of `env` as an `AttrDict`
10+
- πŸ› FIX: `front_matter`: don't duplicate content storage in `Token.meta`
11+
312
## 0.2.6 - 2021-03-17
413

514
πŸ‘Œ IMPROVE: Remove direct use of `Token.attrs`

β€Ž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.6"
1+
__version__ = "0.2.7"

β€Žsetup.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author_email = [email protected]
1010
license = MIT
1111
license_file = LICENSE
1212
classifiers =
13-
Development Status :: 2 - Beta
13+
Development Status :: 4 - Beta
1414
Intended Audience :: Developers
1515
License :: OSI Approved :: MIT License
1616
Programming Language :: Python :: 3

0 commit comments

Comments
Β (0)