Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 9040ff1

Browse files
committed
0.47.0
Automatically generated by python-semantic-release
1 parent d93140a commit 9040ff1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.47.0 (2024-02-23)
6+
7+
### Feature
8+
9+
* Fuse with statements across if statements ([`d93140a`](https://github.com/mcbeet/bolt/commit/d93140a587eb504bf99a3a5dac44dd7694edec70))
10+
* Fuse with statements ([`d60f460`](https://github.com/mcbeet/bolt/commit/d60f460298955b17ab33efa6e3a17551bd401178))
11+
* Refactor with statements ([`6770dc9`](https://github.com/mcbeet/bolt/commit/6770dc95bf76ad35dbbc8a7d89d80695282c70ea))
12+
* Add basic loop overloading ([`497502a`](https://github.com/mcbeet/bolt/commit/497502a1fac66306313d8cb51d802214f4bcd0b2))
13+
514
## v0.46.0 (2024-02-20)
615

716
### Feature

bolt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.46.0"
1+
__version__ = "0.47.0"
22

33

44
from .ast import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bolt"
3-
version = "0.46.0"
3+
version = "0.47.0"
44
description = "Supercharge Minecraft commands with Python"
55
authors = ["Valentin Berlier <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)