Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 28, 2022
1 parent 83411cc commit d9cb06a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion bolt_raycast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.1.1"


from beet import Context
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d9cb06a

Please sign in to comment.