Skip to content

Commit b0355bf

Browse files
authored
🚀 RELEASE: v1.0.0 (#162)
1 parent 4319396 commit b0355bf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
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+
## 1.0.0 - 2021-05-02
4+
5+
[Full commit log](https://github.com/executablebooks/markdown-it-py/compare/v0.6.2...v1.0.0)
6+
7+
The first stable release of markdown-it-py 🎉
8+
9+
See the changes in the beta releases below,
10+
thanks to all the [contributors](https://github.com/executablebooks/markdown-it-py/graphs/contributors?from=2020-03-22&to=2021-05-02&type=c) in the last year!
11+
312
## 1.0.0b3 - 2021-05-01
413

514
- 👌 IMPROVE: Add `RendererProtocol` type, for typing renderers (thanks to [@hukkinj1](https://github.com/hukkinj1))

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__ = "1.0.0b3"
4+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)