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 518f3c9 commit f47f495Copy full SHA for f47f495
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.29.0 (2023-10-09)
6
+
7
+### Feature
8
9
+* Support overlays ([`518f3c9`](https://github.com/mcbeet/lectern/commit/518f3c993046fef9f9c35cb7e8fa7d23757ff949))
10
11
## v0.28.0 (2023-08-07)
12
13
### Feature
lectern/__init__.py
@@ -7,4 +7,4 @@
from .prefetch import *
from .serialize import *
-__version__ = "0.28.0"
+__version__ = "0.29.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "lectern"
-version = "0.28.0"
+version = "0.29.0"
description = "Literate Minecraft data packs and resource packs."
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
0 commit comments