Skip to content

Commit

Permalink
Merge pull request #377 from INCATools/odk-1.2.25
Browse files Browse the repository at this point in the history
ODK 1.2.25
  • Loading branch information
matentzn authored Nov 18, 2020
2 parents 805c8cb + d0852d7 commit 7d3ec78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -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)).
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7d3ec78

Please sign in to comment.