From d0852d755e937e324062544e8767be506117dfab Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Wed, 18 Nov 2020 15:47:22 +0000 Subject: [PATCH] ODK 1.2.25 # updated v1.2.25 (18 November 2020) - Updated ROBOT to new version 1.7.2, which includes some hotfixes for ROBOT report and update to whelk 1.0.4 - Fixed a bug (https://github.com/INCATools/ontology-development-kit/issues/376) that prevented certain things (like imports and pattern generation proc --- Changes.md | 4 ++++ Dockerfile | 2 +- Makefile | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 85ebe489..a66d92c5 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,7 @@ +# updated v1.2.25 (18 November 2020) +- Updated ROBOT to new version 1.7.2, which includes some hotfixes for ROBOT report and update to whelk 1.0.4 +- Fixed a bug (https://github.com/INCATools/ontology-development-kit/issues/376) that prevented certain things (like imports and pattern generation processes) to be printed when running the Makefile. + # updated v1.2.24 (6 November 2020) - Updated ROBOT to new version 1.7.1 - Added the (highly experimental) ability to ODK to run OBO dashboard (see [instructions and examples](https://github.com/INCATools/ontology-development-kit#running-obo-dashboard-with-odk)). diff --git a/Dockerfile b/Dockerfile index 6afb75b0..ecba1d0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN wget https://github.com/konclude/Konclude/releases/download/v0.6.2-845/Koncl chmod +x /tools/Konclude ###### ROBOT ###### -ENV ROBOT v1.7.1 +ENV ROBOT v1.7.2 ARG ROBOT_JAR=https://github.com/ontodev/robot/releases/download/$ROBOT/robot.jar ENV ROBOT_JAR ${ROBOT_JAR} RUN pwd diff --git a/Makefile b/Makefile index b1cf7372..6f7a21ff 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ schema/project-schema.json: ./odk/odk.py dump-schema > $@ # Building docker image -VERSION = "v1.2.24" +VERSION = "v1.2.25" IM=obolibrary/odkfull DEV=obolibrary/odkdev