Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 15, 2022
1 parent 0c1bd89 commit 21524bb
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.7.0 (2022-06-15)
### Feature
* Support decorators ([`3e8f60b`](https://github.com/mcbeet/bolt/commit/3e8f60bf9b7e9c74b631bdf689f4370f76f37766))

### Fix
* Change prefix of codegen variables ([`f9cc901`](https://github.com/mcbeet/bolt/commit/f9cc9013ba1dd1333a2b5a199c29c84d054e15be))

## v0.6.0 (2022-05-27)
### Feature
* Add bolt.contrib.debug_codegen ([`d504b00`](https://github.com/mcbeet/bolt/commit/d504b00867bf22770708e6eeb6190ed790f0a483))
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.6.0"
__version__ = "0.7.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.6.0"
version = "0.7.0"
description = "Supercharge Minecraft commands with Python"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 21524bb

Please sign in to comment.