Skip to content

Commit ab066b7

Browse files
authored
🚀 RELEASE: v0.4.9 (#28)
1 parent 5106e13 commit ab066b7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
## 0.4.9 - 2020-08-11
4+
5+
### Added ✨
6+
7+
- containers plugin (see [plugins list](https://markdown-it-py.readthedocs.io/en/latest/plugins.html))
8+
9+
### Documented 📚
10+
11+
- Plugins and improved contributing section

markdown_it/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .main import MarkdownIt # noqa: F401
22

33

4-
__version__ = "0.4.8"
4+
__version__ = "0.4.9"

0 commit comments

Comments
 (0)