Skip to content

Commit

Permalink
0.47.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 23, 2024
1 parent d93140a commit 9040ff1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v0.47.0 (2024-02-23)

### Feature

* Fuse with statements across if statements ([`d93140a`](https://github.com/mcbeet/bolt/commit/d93140a587eb504bf99a3a5dac44dd7694edec70))
* Fuse with statements ([`d60f460`](https://github.com/mcbeet/bolt/commit/d60f460298955b17ab33efa6e3a17551bd401178))
* Refactor with statements ([`6770dc9`](https://github.com/mcbeet/bolt/commit/6770dc95bf76ad35dbbc8a7d89d80695282c70ea))
* Add basic loop overloading ([`497502a`](https://github.com/mcbeet/bolt/commit/497502a1fac66306313d8cb51d802214f4bcd0b2))

## v0.46.0 (2024-02-20)

### 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.46.0"
__version__ = "0.47.0"


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.46.0"
version = "0.47.0"
description = "Supercharge Minecraft commands with Python"
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 9040ff1

Please sign in to comment.