Skip to content

Commit 130606d

Browse files
committed
0.34.0
Automatically generated by python-semantic-release
1 parent 55c43f7 commit 130606d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.34.0 (2024-07-21)
6+
7+
### Feature
8+
9+
* Update beet ([`a5e7980`](https://github.com/mcbeet/lectern/commit/a5e798066aef91937b31d89d1e2ff365acd06dcf))
10+
511
## v0.33.0 (2024-03-29)
612

713
### Feature

lectern/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from .prefetch import *
88
from .serialize import *
99

10-
__version__ = "0.33.0"
10+
__version__ = "0.34.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lectern"
3-
version = "0.33.0"
3+
version = "0.34.0"
44
description = "Literate Minecraft data packs and resource packs."
55
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)