diff --git a/CHANGELOG.md b/CHANGELOG.md index 192eafb..dd711fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.29.0 (2023-10-09) + +### Feature + +* Support overlays ([`518f3c9`](https://github.com/mcbeet/lectern/commit/518f3c993046fef9f9c35cb7e8fa7d23757ff949)) + ## v0.28.0 (2023-08-07) ### Feature diff --git a/lectern/__init__.py b/lectern/__init__.py index d03bfbf..918b0f3 100644 --- a/lectern/__init__.py +++ b/lectern/__init__.py @@ -7,4 +7,4 @@ from .prefetch import * from .serialize import * -__version__ = "0.28.0" +__version__ = "0.29.0" diff --git a/pyproject.toml b/pyproject.toml index 2350569..0cd5016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lectern" -version = "0.28.0" +version = "0.29.0" description = "Literate Minecraft data packs and resource packs." authors = ["Valentin Berlier "] license = "MIT"