From f8e64f3e176125756864722f0546c57fca89d7eb Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 16 Jan 2024 23:21:13 +0000 Subject: [PATCH] 0.86.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ mecha/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f95d8..eb3ef00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.86.3 (2024-01-16) + +### Fix + +* Don't nest location when the subcommand redirects to execute ([`adcaf9c`](https://github.com/mcbeet/mecha/commit/adcaf9c4802928d3f403781d72fcb5f13ae10ca1)) + ## v0.86.2 (2024-01-13) ### Fix diff --git a/mecha/__init__.py b/mecha/__init__.py index a0bbf7c..a681d8f 100644 --- a/mecha/__init__.py +++ b/mecha/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.86.2" +__version__ = "0.86.3" from .api import * diff --git a/pyproject.toml b/pyproject.toml index 51ade78..45b985a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mecha" -version = "0.86.2" +version = "0.86.3" description = "A powerful Minecraft command library" authors = ["Valentin Berlier "] license = "MIT"