Skip to content

Commit f97d2fd

Browse files
committed
Prepare 1.5.4 release.
Update CHANGELOG and bump version number.
1 parent 96083d5 commit f97d2fd

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v1.5.4
2+
- Updates:
3+
- ROBOT updated to version 1.9.7
4+
- SSSOM-Java command-line tool and ROBOT plugin updated to version 1.0.0
5+
- Bugfixes:
6+
- Fix installation of SPARQLProg tools ([#1134](https://github.com/INCATools/ontology-development-kit/pull/1135))
7+
- Fix bug that the repository name set forth in the config file was ignored ([#1122](https://github.com/INCATools/ontology-development-kit/pull/1122))
8+
9+
110
# v1.5.3
211

312
- Updates:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ docs:
6363
@ODK_IMAGE=odklite ./odk.sh python ./odk/schema_documentation.py
6464

6565
# Building docker image
66-
VERSION = "v1.5.3"
66+
VERSION = "v1.5.4"
6767
IM=obolibrary/odkfull
6868
IMLITE=obolibrary/odklite
6969
ROB=obolibrary/robot

docker/odklite/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Building docker image
3-
VERSION = "v1.5.3"
3+
VERSION = "v1.5.4"
44
IM=obolibrary/odklite
55
TAGS_OPTION=-t $(IM):$(VERSION) -t $(IM):latest
66

0 commit comments

Comments
 (0)