From d46c61e8fb0a1fc228f3c085f7f310280b5000ef Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 29 Apr 2022 17:25:30 +0000 Subject: [PATCH] 0.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ bolt/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28144b9..b1d54ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.3.0 (2022-04-29) +### Feature +* Allow nbt compound interpolation ([`b6f964f`](https://github.com/mcbeet/bolt/commit/b6f964fc16805bedc1d3be94a7d042acf4112551)) + ## v0.2.1 (2022-04-26) ### Fix * Use BubbleException ([`c8ce2fb`](https://github.com/mcbeet/bolt/commit/c8ce2fb478fa35aff0cf768cdb320302cf123378)) diff --git a/bolt/__init__.py b/bolt/__init__.py index 6310a22..93891a5 100644 --- a/bolt/__init__.py +++ b/bolt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.1" +__version__ = "0.3.0" from .ast import * diff --git a/pyproject.toml b/pyproject.toml index 6010714..c1e6a1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bolt" -version = "0.2.1" +version = "0.3.0" description = "Supercharge Minecraft commands with Python" authors = ["Valentin Berlier "] license = "MIT"