Skip to content

Commit 665cc2c

Browse files
authored
Bump DI to v0.6.3 and DIT to v0.7.1 (#524)
* Bump DI to v0.6.3 and DIT to v0.7.1 * Skip CI for real
1 parent cee3e4e commit 665cc2c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
docs:
2020
name: ${{ matrix.pkg.shortcut }}
2121
runs-on: ubuntu-latest
22-
if: ${{ !contains(github.event.pull_request.labels.*.name, 'bump') }}
22+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skipci') }}
2323
permissions:
2424
contents: write
2525
statuses: write

DifferentiationInterface/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DifferentiationInterface"
22
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
33
authors = ["Guillaume Dalle", "Adrian Hill"]
4-
version = "0.6.2"
4+
version = "0.6.3"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

DifferentiationInterfaceTest/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DifferentiationInterfaceTest"
22
uuid = "a82114a7-5aa3-49a8-9643-716bb13727a3"
33
authors = ["Guillaume Dalle", "Adrian Hill"]
4-
version = "0.7.0"
4+
version = "0.7.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

0 commit comments

Comments
 (0)