Skip to content

Commit

Permalink
Prepare 1.5.1 release.
Browse files Browse the repository at this point in the history
Bump version number and update CHANGELOG.
  • Loading branch information
gouttegd committed Apr 30, 2024
1 parent 819e11b commit 5e62d86
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.2.30"
VERSION = "v1.5.1"
IM=obolibrary/odklite
TAGS_OPTION=-t $(IM):$(VERSION) -t $(IM):latest

Expand Down

0 comments on commit 5e62d86

Please sign in to comment.