Skip to content

Commit 0f536fd

Browse files
andreasnoackKristofferC
authored andcommitted
Allow DiffRules 0.1 and prepare for bugfix release (#420)
1 parent ab7706d commit 0f536fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ForwardDiff"
22
uuid = "f6369f11-7733-5829-9624-2563aa707210"
3-
version = "0.10.5"
3+
version = "0.10.6"
44

55
[deps]
66
CommonSubexpressions = "bbf7d656-a473-5ed7-a52c-81e309532950"
@@ -15,7 +15,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1515
Calculus = "0.2, 0.3, 0.4, 0.5"
1616
CommonSubexpressions = "0.1, 0.2"
1717
DiffResults = "0.0.1, 0.0.2, 0.0.3, 0.0.4"
18-
DiffRules = "0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10"
18+
DiffRules = "0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10, 0.1"
1919
DiffTests = "0.0.1, 0.1"
2020
NaNMath = "0.2.2, 0.3"
2121
SpecialFunctions = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8"

0 commit comments

Comments
 (0)