diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d24588a..a71a0fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v1.5.1 + +- KGCL plugin for ROBOT updated to version 0.4.0 +- SSSOM command-line tool and plugin for ROBOT updated to version 0.7.7 +- Several Python packages updated, including: + - `oaklib` (OAK) 0.6.5 + - `sssom` 0.4.8 and `sssom-schema` 0.15.2 +- Bufgixes: + - Added back `class-count-by-prefix.sparql` ([https://github.com/INCATools/ontology-development-kit/issues/1030](#1030)) + - Disabled `table-reader` mkdocs plygin ([https://github.com/INCATools/ontology-development-kit/issues/1028](#1028)) + # v1.5 For more detailed changes see: diff --git a/Makefile b/Makefile index e0fd496a..d888e3ac 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ docs: @ODK_IMAGE=odklite ./odk.sh python ./odk/schema_documentation.py # Building docker image -VERSION = "v1.5" +VERSION = "v1.5.1" IM=obolibrary/odkfull IMLITE=obolibrary/odklite ROB=obolibrary/robot diff --git a/docker/odklite/Makefile b/docker/odklite/Makefile index c68edcf7..80b1114c 100644 --- a/docker/odklite/Makefile +++ b/docker/odklite/Makefile @@ -1,6 +1,6 @@ # Building docker image -VERSION = "v1.2.30" +VERSION = "v1.5.1" IM=obolibrary/odklite TAGS_OPTION=-t $(IM):$(VERSION) -t $(IM):latest