Skip to content

Commit

Permalink
0.2.0
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 cafa525 commit 87edaf3
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.2.0 (2022-11-28)
### Feature
* Automatically detect caller path ([`69ef26b`](https://github.com/vdvman1/bolt-raycast/commit/69ef26b6c28375dc482c5bbdf766804b99b98043))

## v0.1.1 (2022-11-28)
### Fix
* Entity raycasts including the new block pos helper ([`83411cc`](https://github.com/vdvman1/bolt-raycast/commit/83411cc5a079660323891c91783919dd362d4477))
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.1"
__version__ = "0.2.0"


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.1"
version = "0.2.0"
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 87edaf3

Please sign in to comment.