From a4099b7ab3212956e7428fcc3224f48b5d2748c9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 29 Mar 2024 23:45:08 +0000 Subject: [PATCH] 0.91.3 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 88c466da..13e218f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.91.3 (2024-03-29) + +### Fix + +* Allow nbt path keys that look like resource locations ([`05e7cc6`](https://github.com/mcbeet/mecha/commit/05e7cc6e70ab96c98adc163f10a84174ea45b045)) + ## v0.91.2 (2024-03-29) ### Fix diff --git a/mecha/__init__.py b/mecha/__init__.py index 46b691ec..116ef587 100644 --- a/mecha/__init__.py +++ b/mecha/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.91.2" +__version__ = "0.91.3" from .api import * diff --git a/pyproject.toml b/pyproject.toml index d274d037..6857e22e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mecha" -version = "0.91.2" +version = "0.91.3" description = "A powerful Minecraft command library" authors = ["Valentin Berlier "] license = "MIT"