Skip to content

Commit

Permalink
0.3.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 29, 2022
1 parent 395a296 commit 6e9f164
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v0.3.0 (2022-11-29)
### Feature
* Add options to configure the name of the ray function and to inline it ([`395a296`](https://github.com/vdvman1/bolt-raycast/commit/395a296d69b5b928e440049c3d6ce21a8ef0a8cf))
* Default to an empty line in comments ([`d9414a6`](https://github.com/vdvman1/bolt-raycast/commit/d9414a644da57f3fb03a11834d068dc519601a75))

### Documentation
* Add comments for example functions that contain multiple examples ([`7ea898f`](https://github.com/vdvman1/bolt-raycast/commit/7ea898f209d526530785f48649189b8668eb169b))

## v0.2.0 (2022-11-28)
### Feature
* Automatically detect caller path ([`69ef26b`](https://github.com/vdvman1/bolt-raycast/commit/69ef26b6c28375dc482c5bbdf766804b99b98043))
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.2.0"
__version__ = "0.3.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.2.0"
version = "0.3.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 6e9f164

Please sign in to comment.