Skip to content

Commit 4c2fab6

Browse files
committed
0.30.0
Automatically generated by python-semantic-release
1 parent c21e95d commit 4c2fab6

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.30.0 (2023-12-02)
6+
7+
### Feature
8+
9+
* Add lectern.contrib.vanilla ([`c21e95d`](https://github.com/mcbeet/lectern/commit/c21e95d53be51cc4ba8b34922d581270570ca245))
10+
511
## v0.29.2 (2023-10-24)
612

713
### Fix

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.29.2"
10+
__version__ = "0.30.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.29.2"
3+
version = "0.30.0"
44
description = "Literate Minecraft data packs and resource packs."
55
authors = ["Valentin Berlier <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)