From d9cb06a4b9a801b7ad928e64c3b15379c2313812 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 28 Nov 2022 10:53:23 +0000 Subject: [PATCH] 0.1.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ bolt_raycast/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d385f51..dccc631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.1 (2022-11-28) +### Fix +* Entity raycasts including the new block pos helper ([`83411cc`](https://github.com/vdvman1/bolt-raycast/commit/83411cc5a079660323891c91783919dd362d4477)) + ## v0.1.0 (2022-11-28) ### Feature * Support entity detection ([`02e3513`](https://github.com/vdvman1/bolt-raycast/commit/02e3513afe438f41bda06b099441eae253fcba11)) diff --git a/bolt_raycast/__init__.py b/bolt_raycast/__init__.py index 49fbdf2..a15c7bd 100644 --- a/bolt_raycast/__init__.py +++ b/bolt_raycast/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" from beet import Context diff --git a/pyproject.toml b/pyproject.toml index 8d73ca7..0004873 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bolt_raycast" -version = "0.1.0" +version = "0.1.1" description = "Easily generate raycasting functions for your datapack using bolt" authors = ["Stefan van der Velden "] license = "MIT"