Skip to content

Commit

Permalink
0.86.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 16, 2024
1 parent adcaf9c commit f8e64f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## 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
Expand Down
2 changes: 1 addition & 1 deletion mecha/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.86.2"
__version__ = "0.86.3"


from .api import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <berlier.v@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit f8e64f3

Please sign in to comment.