Skip to content

Commit f47f495

Browse files
committed
0.29.0
Automatically generated by python-semantic-release
1 parent 518f3c9 commit f47f495

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.29.0 (2023-10-09)
6+
7+
### Feature
8+
9+
* Support overlays ([`518f3c9`](https://github.com/mcbeet/lectern/commit/518f3c993046fef9f9c35cb7e8fa7d23757ff949))
10+
511
## v0.28.0 (2023-08-07)
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.28.0"
10+
__version__ = "0.29.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.28.0"
3+
version = "0.29.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)