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 55c43f7 commit 130606dCopy full SHA for 130606d
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.34.0 (2024-07-21)
6
+
7
+### Feature
8
9
+* Update beet ([`a5e7980`](https://github.com/mcbeet/lectern/commit/a5e798066aef91937b31d89d1e2ff365acd06dcf))
10
11
## v0.33.0 (2024-03-29)
12
13
### Feature
lectern/__init__.py
@@ -7,4 +7,4 @@
from .prefetch import *
from .serialize import *
-__version__ = "0.33.0"
+__version__ = "0.34.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "lectern"
-version = "0.33.0"
+version = "0.34.0"
description = "Literate Minecraft data packs and resource packs."
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
0 commit comments