Skip to content

Commit

Permalink
0.86.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 3, 2024
1 parent c90ac44 commit 14a37ca
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.1 (2024-01-03)

### Fix

* Missing stack pop in dispatch ([`ffb5a8e`](https://github.com/mcbeet/mecha/commit/ffb5a8e8773d30987459bc79524c0b73bcbd7dbc))

## v0.86.0 (2023-12-26)

### Feature
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.0"
__version__ = "0.86.1"


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.0"
version = "0.86.1"
description = "A powerful Minecraft command library"
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 14a37ca

Please sign in to comment.