Skip to content

2021-12-13 - v0.17.3 - Bugfixes

Compare
Choose a tag to compare
@ashleysommer ashleysommer released this 13 Dec 04:02
· 291 commits to master since this release

Fixes

  • Don't crash when a SHACL function is registered more than once (eg, if a function is both SPARQLFunction and JSFunction), fixes #108, thanks Gabe Fierro
  • Fixed typo in CLI help output, thanks Alex Nelson
  • Don't print env vars when importing JS module, thanks MPolitze
  • Fix typo preventing OWL-RL >=6.0 to be used with pySHACL, Fixes #111

Added

  • Add Snyk checks to CI/CD pipeline