Skip to content

Commit 7a09754

Browse files
authored
Bump version of DI to 0.6.2 (#514)
* Bump version of DI to 0.6.2 * FIx * Upon label bump
1 parent c3f5360 commit 7a09754

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/Documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +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') }}
2223
permissions:
2324
contents: write
2425
statuses: write

.github/workflows/Test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
test-DI:
2020
name: ${{ matrix.version }} - DI (${{ matrix.group }})
2121
runs-on: ubuntu-latest
22+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'bump') }}
2223
timeout-minutes: 60
2324
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
2425
actions: write
@@ -131,6 +132,7 @@ jobs:
131132
test-DIT:
132133
name: ${{ matrix.version }} - DIT (${{ matrix.group }})
133134
runs-on: ubuntu-latest
135+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'bump') }}
134136
timeout-minutes: 60
135137
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
136138
actions: 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.1"
4+
version = "0.6.2"
55

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

0 commit comments

Comments
 (0)