Skip to content

Commit

Permalink
Prepare 1.5.4 release.
Browse files Browse the repository at this point in the history
Update CHANGELOG and bump version number.
  • Loading branch information
gouttegd committed Dec 3, 2024
1 parent 96083d5 commit f97d2fd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v1.5.4
- Updates:
- ROBOT updated to version 1.9.7
- SSSOM-Java command-line tool and ROBOT plugin updated to version 1.0.0
- Bugfixes:
- Fix installation of SPARQLProg tools ([#1134](https://github.com/INCATools/ontology-development-kit/pull/1135))
- Fix bug that the repository name set forth in the config file was ignored ([#1122](https://github.com/INCATools/ontology-development-kit/pull/1122))


# v1.5.3

- Updates:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ docs:
@ODK_IMAGE=odklite ./odk.sh python ./odk/schema_documentation.py

# Building docker image
VERSION = "v1.5.3"
VERSION = "v1.5.4"
IM=obolibrary/odkfull
IMLITE=obolibrary/odklite
ROB=obolibrary/robot
Expand Down
2 changes: 1 addition & 1 deletion docker/odklite/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Building docker image
VERSION = "v1.5.3"
VERSION = "v1.5.4"
IM=obolibrary/odklite
TAGS_OPTION=-t $(IM):$(VERSION) -t $(IM):latest

Expand Down

0 comments on commit f97d2fd

Please sign in to comment.