We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23284e commit 4319396Copy full SHA for 4319396
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
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
8
## 1.0.0b2 - 2021-04-25
9
10
‼️ BREAKING: Move `mdit-py-plugins` out of the core install requirements and into a `plugins` extra.
markdown_it/__init__.py
@@ -1,4 +1,4 @@
from .main import MarkdownIt # noqa: F401
-__version__ = "1.0.0b2"
+__version__ = "1.0.0b3"
0 commit comments