Skip to content

Commit

Permalink
Add compatibility information.
Browse files Browse the repository at this point in the history
Restrict compatibility to Julia 1.x.
  • Loading branch information
JLTastet authored Jul 4, 2019
1 parent 6036552 commit 9604415
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

[compat]
julia = "1"

2 comments on commit 9604415

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

Add cross product and rotations.
Better handling of approximate comparisons.
Minor cosmetic fixes.
Fix Project.toml.

@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 updated: JuliaRegistries/General/1760

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.0 -m "<description of version>" 960441520041584c500d5666ee702f4546a321da
git push origin v0.4.0

Please sign in to comment.