Skip to content

Commit 6e9f164

Browse files
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 395a296 commit 6e9f164

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.3.0 (2022-11-29)
6+
### Feature
7+
* Add options to configure the name of the ray function and to inline it ([`395a296`](https://github.com/vdvman1/bolt-raycast/commit/395a296d69b5b928e440049c3d6ce21a8ef0a8cf))
8+
* Default to an empty line in comments ([`d9414a6`](https://github.com/vdvman1/bolt-raycast/commit/d9414a644da57f3fb03a11834d068dc519601a75))
9+
10+
### Documentation
11+
* Add comments for example functions that contain multiple examples ([`7ea898f`](https://github.com/vdvman1/bolt-raycast/commit/7ea898f209d526530785f48649189b8668eb169b))
12+
513
## v0.2.0 (2022-11-28)
614
### Feature
715
* Automatically detect caller path ([`69ef26b`](https://github.com/vdvman1/bolt-raycast/commit/69ef26b6c28375dc482c5bbdf766804b99b98043))

bolt_raycast/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.3.0"
22

33

44
from beet import Context

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bolt_raycast"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Easily generate raycasting functions for your datapack using bolt"
55
authors = ["Stefan van der Velden <vdvman1@users.noreply.github.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)