Skip to content

Commit

Permalink
Added notes and version
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Aug 1, 2019
1 parent 920a89d commit ee50b5b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions notes/0.1.24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# New features

- Optimization for validation when a shape has non-repeated properties and can be
normalized: [Issue 133](https://github.com/labra/shaclex/issues/133)
- Repaired [issue 130](https://github.com/labra/shaclex/issues/130) which raised an stack overflow when
validating gene-ontology.
- Updated libraries and dependencies.

TODOs
-----

- Shaclex: Finish conversion from ShEx to SHACL [Issue 114](https://github.com/labra/shaclex/issues/114)

- Shaclex: Finish conversion from SHACL to ShEx [Issue 113](https://github.com/labra/shaclex/issues/113)

- Shacl: Implement SHACL-Sparql [Issue 112](https://github.com/labra/shaclex/issues/112)
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.1.23"
version in ThisBuild := "0.1.24"

0 comments on commit ee50b5b

Please sign in to comment.