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 c21e95d commit 4c2fab6Copy full SHA for 4c2fab6
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.30.0 (2023-12-02)
6
+
7
+### Feature
8
9
+* Add lectern.contrib.vanilla ([`c21e95d`](https://github.com/mcbeet/lectern/commit/c21e95d53be51cc4ba8b34922d581270570ca245))
10
11
## v0.29.2 (2023-10-24)
12
13
### Fix
lectern/__init__.py
@@ -7,4 +7,4 @@
from .prefetch import *
from .serialize import *
-__version__ = "0.29.2"
+__version__ = "0.30.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "lectern"
-version = "0.29.2"
+version = "0.30.0"
description = "Literate Minecraft data packs and resource packs."
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
0 commit comments