Skip to content

Commit a82e2de

Browse files
committed
0.29.2
Automatically generated by python-semantic-release
1 parent e7be328 commit a82e2de

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.2 (2023-10-24)
6+
7+
### Fix
8+
9+
* Extract overlay with relative path ([`e7be328`](https://github.com/mcbeet/lectern/commit/e7be328fd19e1a6f2e03f2d3498cd6375363404a))
10+
511
## v0.29.1 (2023-10-09)
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.1"
10+
__version__ = "0.29.2"

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.1"
3+
version = "0.29.2"
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)