From 861586782bfac3ef30513e03610340e7d039799d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 19 Oct 2022 21:15:22 +0000 Subject: [PATCH] 0.19.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ bolt/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f545bd..7a5d7b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v0.19.3 (2022-10-19) +### Fix +* Reset generator to prevent dropping tokens ([`6551578`](https://github.com/mcbeet/bolt/commit/65515786d6a941a2f4e94c4e8932c0dc90faa14f)) +* Update deps ([`1a00f20`](https://github.com/mcbeet/bolt/commit/1a00f208fce10a37e2ef9003d478b8dddce30d73)) + ## v0.19.2 (2022-10-04) ### Fix * Reported 0 errors message ([`16e64b7`](https://github.com/mcbeet/bolt/commit/16e64b77d5516fa04687f156ace6a4ee050be95b)) diff --git a/bolt/__init__.py b/bolt/__init__.py index 2ae0f07..5397d51 100644 --- a/bolt/__init__.py +++ b/bolt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.19.2" +__version__ = "0.19.3" from .ast import * diff --git a/pyproject.toml b/pyproject.toml index 1b9ab2b..67ac00a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bolt" -version = "0.19.2" +version = "0.19.3" description = "Supercharge Minecraft commands with Python" authors = ["Valentin Berlier "] license = "MIT"