Skip to content

Commit

Permalink
Release 1.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterbeek committed Apr 21, 2021
1 parent 4ffe597 commit d88a605
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 1.0.7 (2021-04-21)

This release changes the behavior for non-implemented literal to/from
value transformations. In the past non-implemented transformations
would emit an exception, but this makes it more difficult to extend
the transformation functionality.

This release uses Prolog failure to allow calling code to try to
transform using a standard transformation, and use its own custom
transformation in case none of the standard ones works.

## 1.0.6 (2021-04-13)

This release removes the SPARQL-specific features from the RDF
Expand Down
2 changes: 1 addition & 1 deletion pack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
packager('Wouter Beek', '[email protected]').
requires(prolog_library_collection).
title('Prolog RDF Library').
version('1.0.6').
version('1.0.7').

0 comments on commit d88a605

Please sign in to comment.