This repository was archived by the owner on Dec 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- __version__ = "0.46 .0"
1+ __version__ = "0.47 .0"
22
33
44from .ast import *
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " bolt"
3- version = " 0.46 .0"
3+ version = " 0.47 .0"
44description = " Supercharge Minecraft commands with Python"
55authors = [
" Valentin Berlier <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments