Skip to content

Commit

Permalink
Bump to 0.6.1; add StaticArrays-1 compatibility (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
c42f authored Nov 30, 2020
1 parent 291a22f commit 9fadc33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name = "CoordinateTransformations"
uuid = "150eb455-5306-5404-9cee-2592286d6298"
version = "0.6.0"
version = "0.6.1"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
StaticArrays = "0.11,0.12"
StaticArrays = "0.11, 0.12, 1.0"
julia = "1"

[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[targets]
test = ["Test", "ForwardDiff", "Unitful", "Documenter"]

2 comments on commit 9fadc33

@c42f
Copy link
Member Author

@c42f c42f commented on 9fadc33 Nov 30, 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/25515

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.6.1 -m "<description of version>" 9fadc33a2b3c1bca2b1ea30f9c6e5c49de3bbb51
git push origin v0.6.1

Please sign in to comment.