From b35237ff2898bbe9d4240ca70130ba7491032e26 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 8 Aug 2024 22:25:35 +0000 Subject: [PATCH] 0.108.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ beet/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a13e9b58..9948c74a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.108.4 (2024-08-08) + +### Fix + +* Enable worldgen for data pack snapshots ([`699c4c3`](https://github.com/mcbeet/beet/commit/699c4c3b6909b883946c4456fd41f29398600bcf)) + ## v0.108.3 (2024-07-24) ### Fix diff --git a/beet/__init__.py b/beet/__init__.py index b146cd61..ef0eed27 100644 --- a/beet/__init__.py +++ b/beet/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.108.3" +__version__ = "0.108.4" from .core.cache import * diff --git a/pyproject.toml b/pyproject.toml index 50c8cb5e..78b3b793 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beet" -version = "0.108.3" +version = "0.108.4" description = "The Minecraft pack development kit" authors = ["Valentin Berlier "] license = "MIT"