Skip to content

Commit

Permalink
0.44.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 17, 2024
1 parent 973f3c1 commit d68313c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v0.44.1 (2024-01-17)

### Fix

* Share walk_location_hierarchy with mecha ([`973f3c1`](https://github.com/mcbeet/bolt/commit/973f3c136ce3d7cf0a27c0c3e98a54fb69b82c9f))
* Compat with mecha.contrib.json_files when it comes before bolt ([`430d488`](https://github.com/mcbeet/bolt/commit/430d4881812237ff797fe7d4499a008a9c65cb3c))

## v0.44.0 (2023-12-07)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion bolt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.44.0"
__version__ = "0.44.1"


from .ast 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 = "bolt"
version = "0.44.0"
version = "0.44.1"
description = "Supercharge Minecraft commands with Python"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d68313c

Please sign in to comment.