We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88289f commit 0d53cc4Copy full SHA for 0d53cc4
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.29.1 (2023-10-09)
6
+
7
+### Fix
8
9
+* Handle missing directive ([`d88289f`](https://github.com/mcbeet/lectern/commit/d88289ff3f8aec6c22e9091796f668ea3144d4cb))
10
11
## v0.29.0 (2023-10-09)
12
13
### Feature
lectern/__init__.py
@@ -7,4 +7,4 @@
from .prefetch import *
from .serialize import *
-__version__ = "0.29.0"
+__version__ = "0.29.1"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "lectern"
-version = "0.29.0"
+version = "0.29.1"
description = "Literate Minecraft data packs and resource packs."
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
0 commit comments