Skip to content

Commit 89f302e

Browse files
authored
Version 0.11 (#613)
* version 0.11 * update other versions * don't test on 1.0
1 parent 7d55336 commit 89f302e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
version:
19-
- '1.0'
19+
- '1.6'
2020
- '1'
2121
- 'nightly'
2222
os:

Project.toml

Lines changed: 9 additions & 9 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.33"
3+
version = "0.11-DEV"
44

55
[deps]
66
CommonSubexpressions = "bbf7d656-a473-5ed7-a52c-81e309532950"
@@ -16,17 +16,17 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1616
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1717

1818
[compat]
19-
Calculus = "0.2, 0.3, 0.4, 0.5"
19+
Calculus = "0.5"
2020
CommonSubexpressions = "0.3"
21-
DiffResults = "0.0.1, 0.0.2, 0.0.3, 0.0.4, 1.0.1"
22-
DiffRules = "1.4.0"
23-
DiffTests = "0.0.1, 0.1"
21+
DiffResults = "1.1"
22+
DiffRules = "1.4"
23+
DiffTests = "0.1"
2424
LogExpFunctions = "0.3"
25-
NaNMath = "0.2.2, 0.3, 1"
25+
NaNMath = "1"
2626
Preferences = "1"
27-
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
28-
StaticArrays = "0.8.3, 0.9, 0.10, 0.11, 0.12, 1.0"
29-
julia = "1"
27+
SpecialFunctions = "1, 2"
28+
StaticArrays = "1.5"
29+
julia = "1.6"
3030

3131
[extras]
3232
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"

0 commit comments

Comments
 (0)