Skip to content

Commit

Permalink
0.37.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Aug 3, 2023
1 parent 3d25461 commit b8bca19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.37.0 (2023-08-03)

### Feature

* Bump mecha to support backslash continuations ([`3d25461`](https://github.com/mcbeet/bolt/commit/3d2546147b5be2438281ce44110444805ec25d05))

## v0.36.0 (2023-06-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.36.0"
__version__ = "0.37.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.36.0"
version = "0.37.0"
description = "Supercharge Minecraft commands with Python"
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit b8bca19

Please sign in to comment.