From 3be19a73491b4d56243de033715581dfe893b74d Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 31 Jan 2023 22:06:09 +0000 Subject: [PATCH] 0.23.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 3b0c909..3c7fbca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.23.0 (2023-01-31) +### Feature +* Add memo and a bunch of tweaks ([`77326b7`](https://github.com/mcbeet/bolt/commit/77326b7056a038743a1f20511ae565cacbc15f10)) + ## v0.22.0 (2022-12-04) ### Feature * Refactor identifier tracing with proper lexical scope abstraction ([`2f60bd4`](https://github.com/mcbeet/bolt/commit/2f60bd43c8affc2747c56e2d4dd4045e45561677)) diff --git a/bolt/__init__.py b/bolt/__init__.py index bbfeacc..1052d13 100644 --- a/bolt/__init__.py +++ b/bolt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.22.0" +__version__ = "0.23.0" from .ast import * diff --git a/pyproject.toml b/pyproject.toml index 5d3bc8a..c5e0c47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bolt" -version = "0.22.0" +version = "0.23.0" description = "Supercharge Minecraft commands with Python" authors = ["Valentin Berlier "] license = "MIT"