From d68313c34cf7d41bd46a9386daa1dc1acaa399bd Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 17 Jan 2024 00:43:18 +0000 Subject: [PATCH] 0.44.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ bolt/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9015a..2ef1e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.44.1 (2024-01-17) + +### Fix + +* Share walk_location_hierarchy with mecha ([`973f3c1`](https://github.com/mcbeet/bolt/commit/973f3c136ce3d7cf0a27c0c3e98a54fb69b82c9f)) +* Compat with mecha.contrib.json_files when it comes before bolt ([`430d488`](https://github.com/mcbeet/bolt/commit/430d4881812237ff797fe7d4499a008a9c65cb3c)) + ## v0.44.0 (2023-12-07) ### Feature diff --git a/bolt/__init__.py b/bolt/__init__.py index 7ab465a..135dd41 100644 --- a/bolt/__init__.py +++ b/bolt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.44.0" +__version__ = "0.44.1" from .ast import * diff --git a/pyproject.toml b/pyproject.toml index 0753f0a..94afaf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bolt" -version = "0.44.0" +version = "0.44.1" description = "Supercharge Minecraft commands with Python" authors = ["Valentin Berlier "] license = "MIT"