Skip to content

Commit

Permalink
Bump Dojo to v0.5.2, Quaternions compat 0.5, 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
janbruedigam committed Jan 8, 2023
1 parent 2a9d7ae commit edf4f09
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,7 +1,7 @@
name = "Dojo"
uuid = "ac60b53e-8d92-4c83-b960-e78698fa1916"
authors = ["simonlc <[email protected]>", "thowell <[email protected]>", "Jan Bruedigam <[email protected]>"]
version = "0.5.1"
version = "0.5.2"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down Expand Up @@ -43,7 +43,7 @@ MeshCat = "<0.14.2, 0.14.2"
Meshing = "<0.6.0, 0.6.0"
Parameters = "<0.12.3, 0.12.3"
Polyhedra = "<0.7.5, 0.7.5"
Quaternions = "0.7.0"
Quaternions = "0.5.2, 0.7.0, 0.7.3"
Scratch = "1.1, 1.1"
StaticArrays = "1.2, 1.5"
julia = "1.6, 1.8"

2 comments on commit edf4f09

@janbruedigam
Copy link
Member Author

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/75333

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

Please sign in to comment.