We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291a22f commit 9fadc33Copy full SHA for 9fadc33
Project.toml
@@ -1,20 +1,20 @@
1
name = "CoordinateTransformations"
2
uuid = "150eb455-5306-5404-9cee-2592286d6298"
3
-version = "0.6.0"
+version = "0.6.1"
4
5
[deps]
6
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
8
9
[compat]
10
-StaticArrays = "0.11,0.12"
+StaticArrays = "0.11, 0.12, 1.0"
11
julia = "1"
12
13
[extras]
14
+Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
15
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
16
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
17
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
-Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
18
19
[targets]
20
test = ["Test", "ForwardDiff", "Unitful", "Documenter"]
0 commit comments