Skip to content

Commit

Permalink
0.82.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Oct 31, 2023
1 parent c0fc09b commit 09a3d7d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## v0.82.0 (2023-10-31)

### Feature

* Additional compilation unit provider ([`c0fc09b`](https://github.com/mcbeet/mecha/commit/c0fc09b164253ef8d550f37c3b5a5d40ff7ea39f))

### Fix

* Refactor filename resolution ([`d73ba6f`](https://github.com/mcbeet/mecha/commit/d73ba6f505723e8826cd669cc6ff5c3b19f59520))
* Expose function provider ([`620c11a`](https://github.com/mcbeet/mecha/commit/620c11af4fc50c9d3924a0742aecaaac9de302e6))

## v0.81.1 (2023-10-30)

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

0 comments on commit 09a3d7d

Please sign in to comment.