Skip to content

Commit 9fadc33

Browse files
authored
Bump to 0.6.1; add StaticArrays-1 compatibility (#70)
1 parent 291a22f commit 9fadc33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name = "CoordinateTransformations"
22
uuid = "150eb455-5306-5404-9cee-2592286d6298"
3-
version = "0.6.0"
3+
version = "0.6.1"
44

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

99
[compat]
10-
StaticArrays = "0.11,0.12"
10+
StaticArrays = "0.11, 0.12, 1.0"
1111
julia = "1"
1212

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

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

0 commit comments

Comments
 (0)