Skip to content

Commit

Permalink
Add support to Polyhedra v0.8 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Jan 15, 2025
1 parent 78e6e69 commit ea88b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "QHull"
uuid = "a8468747-bd6f-53ef-9e5c-744dbc5c59e7"
repo = "https://github.com/JuliaPolyhedra/QHull.jl.git"
version = "0.2.5"
version = "0.2.6"

[deps]
Polyhedra = "67491407-f73d-577b-9b50-8179a7c68029"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
Polyhedra = "0.6.8, 0.7"
Polyhedra = "0.6.8, 0.7, 0.8"
PyCall = "1.91"
StaticArrays = "0.12, 1.0"
julia = "1"
Expand Down

2 comments on commit ea88b2d

@blegat
Copy link
Member Author

@blegat blegat commented on ea88b2d Jan 17, 2025

Choose a reason for hiding this comment

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

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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.6 -m "<description of version>" ea88b2d7a2f38a7f5fb17005244f6db4cc12095b
git push origin v0.2.6

Please sign in to comment.