Skip to content

Commit

Permalink
Merge pull request #907 from gouttegd/prepare-release-1.4.2
Browse files Browse the repository at this point in the history
Prepare release 1.4.2
  • Loading branch information
gouttegd authored Aug 2, 2023
2 parents d456d6e + fce38ce commit 725271d
Show file tree
Hide file tree
Showing 7 changed files with 157 additions and 133 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# v1.4.2

- Apache Jena updated to version 4.9.0
- Soufflé updated to version 2.4
- Fastobo-validator updated to version 0.4.6
- Ammonite updated to version 2.5.9
- Several Python packages updated, including:
- oaklib 0.5.12
- sssom 0.3.36
- sssom-schema 0.14.0
- /!\ Python package `funowl` *downgraded* from 0.1.13 to 0.1.12

# v1.4.1

- New [ROBOT version 1.9.4](https://github.com/ontodev/robot/releases/tag/v1.9.4)
- Newer versions of several Python packages, including:
- oaklib 1.5.6
- oaklib 0.5.6
- bioregistry 0.9.15
- linkml 1.5.2

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ RUN test "x$TARGETARCH" = xamd64 && ( \
)

# Install Jena.
RUN wget -nv http://archive.apache.org/dist/jena/binaries/apache-jena-4.6.1.tar.gz -O- | tar xzC /tools && \
mv /tools/apache-jena-4.6.1 /tools/apache-jena
RUN wget -nv http://archive.apache.org/dist/jena/binaries/apache-jena-4.9.0.tar.gz -O- | tar xzC /tools && \
mv /tools/apache-jena-4.9.0 /tools/apache-jena

# Install SPARQLProg.
RUN swipl -g "pack_install(sparqlprog, [interactive(false)])" -g halt && \
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.4.1"
VERSION = "v1.4.2"
IM=obolibrary/odkfull
IMLITE=obolibrary/odklite
ROB=obolibrary/robot
Expand Down
Loading

0 comments on commit 725271d

Please sign in to comment.