Skip to content

Commit 3d84ff8

Browse files
authored
🚀 Release v3.0.1 (#926)
1 parent 790a926 commit 3d84ff8

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
# Changelog
22

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+
312
## 3.0.0 - 2024-04-23
413

514
### Upgraded dependencies

myst_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
and [Sphinx](https://github.com/sphinx-doc/sphinx).
44
"""
55

6-
__version__ = "3.0.0"
6+
__version__ = "3.0.1"
77

88

99
def setup(app):

0 commit comments

Comments
 (0)