Skip to content

Commit

Permalink
0.95.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 21, 2024
1 parent 78cefd1 commit 57d9ff5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v0.95.0 (2024-07-21)

### Feature

* Add n selector variable ([`40e9991`](https://github.com/mcbeet/mecha/commit/40e999186b5c45b8cd0ca39d82bc17e190caef55))
* Support removed default component syntax ([`3b34357`](https://github.com/mcbeet/mecha/commit/3b3435798b15de8bd0f5fa3012569ca50d37bd7b))
* Update beet ([`f300406`](https://github.com/mcbeet/mecha/commit/f3004062c671e973adaee0584286da5b341c3534))

## v0.94.2 (2024-05-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.94.2"
__version__ = "0.95.0"


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

0 comments on commit 57d9ff5

Please sign in to comment.