Skip to content

Commit 4319396

Browse files
authoredMay 1, 2021
🚀 RELEASE: v1.0.0b3
1 parent f23284e commit 4319396

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.0.0b3 - 2021-05-01
4+
5+
- 👌 IMPROVE: Add `RendererProtocol` type, for typing renderers (thanks to [@hukkinj1](https://github.com/hukkinj1))
6+
- 🔧 MAINTAIN: `None` is no longer allowed as a valid `src` input for `StateBase` subclasses
7+
38
## 1.0.0b2 - 2021-04-25
49

510
‼️ BREAKING: Move `mdit-py-plugins` out of the core install requirements and into a `plugins` extra.

‎markdown_it/__init__.py

+1-1
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.0b2"
4+
__version__ = "1.0.0b3"

0 commit comments

Comments
 (0)