From 37f6d3aeac009effb600a78b93ec8d27736f3375 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 14 Oct 2023 21:42:55 +0000 Subject: [PATCH] 0.80.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ mecha/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72373d5..f32712f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.80.0 (2023-10-14) + +### Feature + +* Nested inplace append ([`cf1dd65`](https://github.com/mcbeet/mecha/commit/cf1dd6539396f35da032021000d853aa86dbb541)) + ## v0.79.0 (2023-10-14) ### Feature diff --git a/mecha/__init__.py b/mecha/__init__.py index 62b5040..a409c41 100644 --- a/mecha/__init__.py +++ b/mecha/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.79.0" +__version__ = "0.80.0" from .api import * diff --git a/pyproject.toml b/pyproject.toml index 7c62f1a..9118dd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mecha" -version = "0.79.0" +version = "0.80.0" description = "A powerful Minecraft command library" authors = ["Valentin Berlier "] license = "MIT"