Skip to content

Commit

Permalink
0.75.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Aug 4, 2023
1 parent d7b14e6 commit 22d52cc
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.75.1 (2023-08-04)

### Fix

* Prevent execute inlining for macro line ([`d7b14e6`](https://github.com/mcbeet/mecha/commit/d7b14e64858d77805c32b6e4f57a391f886b0435))

## v0.75.0 (2023-08-03)

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

0 comments on commit 22d52cc

Please sign in to comment.