Skip to content

Commit

Permalink
Add StaticArrays-1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
c42f committed Nov 27, 2020
1 parent 84c6e97 commit 740862d
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
Expand Up @@ -11,7 +11,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
CoordinateTransformations = "0.5, 0.6"
StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12"
StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 1"
julia = "1"

[extras]
Expand Down

2 comments on commit 740862d

@c42f
Copy link
Member Author

@c42f c42f commented on 740862d Nov 27, 2020

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

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 v1.0.0 -m "<description of version>" 740862db581f3a8388f0624761e6a67320696de6
git push origin v1.0.0

Please sign in to comment.