We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594d720 commit 25f91a4Copy full SHA for 25f91a4
3 files changed
.github/workflows/Test.yml
@@ -25,7 +25,7 @@ jobs:
25
actions: write
26
contents: read
27
strategy:
28
- fail-fast: false # TODO: toggle
+ fail-fast: true # TODO: toggle
29
matrix:
30
version:
31
- "1.10"
DifferentiationInterface/Project.toml
@@ -1,7 +1,7 @@
1
name = "DifferentiationInterface"
2
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
3
authors = ["Guillaume Dalle", "Adrian Hill"]
4
-version = "0.6.44"
+version = "0.6.45"
5
6
[deps]
7
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
DifferentiationInterfaceTest/Project.toml
name = "DifferentiationInterfaceTest"
uuid = "a82114a7-5aa3-49a8-9643-716bb13727a3"
-version = "0.9.5"
+version = "0.9.6"
0 commit comments