Skip to content

Commit

Permalink
type in readme [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenPL committed Nov 20, 2023
1 parent b4fab92 commit ea4c10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ res = sum(res_gpu)

## Documentation

Please let me know if the [documenation](https://img.shields.io/badge/docs-dev-blue.svg)](https://SteffenPL.github.io/SpatialHashTables.jl/dev/) is unclear or if you have any suggestions for improvements.
Please let me know if the [documenation](https://SteffenPL.github.io/SpatialHashTables.jl/dev/) is unclear or if you have any suggestions for improvements.

2 comments on commit ea4c10a

@SteffenPL
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:

Breaking changes

  • Renamed functions: updatetables! instead of updateboxes! and more coherent order of arguments in constructors.

@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/95743

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.2.0 -m "<description of version>" ea4c10a92d4229c094fc89ce7027f4c3fdd5ac99
git push origin v0.2.0

Please sign in to comment.