We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790a926 commit 3d84ff8Copy full SHA for 3d84ff8
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 3.0.1 - 2024-04-28
4
+
5
+### 🐛 Bug Fixes
6
7
+- Account for the final directive option having an empty value, by <gh-user:chrisjsewell> in <gh-pr:924>
8
+- Re-allow indented directive option blocks, by <gh-user:chrisjsewell> in <gh-pr:925>
9
10
+**Full Changelog**: [v3.0.1...v3.0.0](https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v3.0.0)
11
12
## 3.0.0 - 2024-04-23
13
14
### Upgraded dependencies
myst_parser/__init__.py
@@ -3,7 +3,7 @@
and [Sphinx](https://github.com/sphinx-doc/sphinx).
"""
-__version__ = "3.0.0"
+__version__ = "3.0.1"
def setup(app):
0 commit comments