Skip to content

Commit

Permalink
Bump version to 0.3.1 in Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-chang committed Oct 13, 2024
1 parent 4db374d commit 6b02014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Krang"
uuid = "54806c32-d51a-438d-8447-e0041be2fbfb"
authors = ["Dominic <[email protected]> and contributors"]
version = "0.3.0"
version = "0.3.1"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down

2 comments on commit 6b02014

@dominic-chang
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

What's new?

  • Add generate_rays method that can batch generate rays on the GPU.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/117201

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.1 -m "<description of version>" 6b02014f97b24a87c2b88d182a672f29d7d3b293
git push origin v0.3.1

Please sign in to comment.