Skip to content

Commit 5c7b70a

Browse files
committed
v2.0.1 [skip ci]
1 parent f93c82b commit 5c7b70a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/intel-oneapi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,13 @@ jobs:
6363

6464
- name: Release build
6565
run: cmake --build --preset release --parallel
66+
6667
- name: Release unit test
6768
run: ctest --preset release --output-junit test-release-oneapi.xml
6869

6970
- name: debug build
7071
run: cmake --build --preset debug --parallel
72+
7173
- name: debug unit test
7274
run: ctest --preset debug --output-junit test-debug-oneapi.xml
7375

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"@type": "SoftwareSourceCode",
44
"codeRepository": "https://github.com/geospace-code/h5fortran-mpi",
55
"contIntegration": "https://github.com/geospace-code/h5fortran-mpi/actions",
6-
"dateModified": "2022-07-21",
6+
"dateModified": "2022-07-28",
77
"downloadUrl": "https://github.com/geospace-code/h5fortran-mpi/releases",
88
"issueTracker": "https://github.com/geospace-code/h5fortran-mpi/issues",
99
"name": "h5fortran-mpi",
10-
"version": "2.0.0",
10+
"version": "2.0.1",
1111
"identifier": "10.5281/zenodo.5847354",
1212
"description": "Lightweight object-oriented HDF5-MPI parallel Fortran interface",
1313
"applicationCategory": "file I/O",

0 commit comments

Comments
 (0)