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 5d1818b commit ed15503Copy full SHA for ed15503
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.31.0 (2023-12-06)
6
+
7
+### Feature
8
9
+* Bump pack format ([`5d1818b`](https://github.com/mcbeet/lectern/commit/5d1818bf1f747745d94f0379ca86126bc887aa44))
10
11
## v0.30.0 (2023-12-02)
12
13
### Feature
lectern/__init__.py
@@ -7,4 +7,4 @@
from .prefetch import *
from .serialize import *
-__version__ = "0.30.0"
+__version__ = "0.31.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "lectern"
-version = "0.30.0"
+version = "0.31.0"
description = "Literate Minecraft data packs and resource packs."
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
0 commit comments