diff --git a/CHANGELOG.md b/CHANGELOG.md index 63664e3f..dfcaf251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Current changes without release yet +## [0.1.19] - 2024-08-30 + +- Added option to generate simple information about ShEx schemas +- Repaired bug in strict/lax reader mode that was not being taken into account + ## [0.1.18] - 2024-08-28 - Added support for nquads and RDF/XML as input data formats diff --git a/python/Cargo.toml b/python/Cargo.toml index a4ea5d88..dd3da5c9 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyrudof" -version = "0.1.17" +version = "0.1.19" documentation = "https://www.weso.es/shapes-rs/" readme = "README.md" license.workspace = true diff --git a/rudof_cli/Cargo.toml b/rudof_cli/Cargo.toml index de0a377e..dcfae867 100755 --- a/rudof_cli/Cargo.toml +++ b/rudof_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rudof_cli" -version = "0.1.18" +version = "0.1.19" authors.workspace = true description.workspace = true documentation = "https://www.weso.es/shapes-rs/" diff --git a/shacl_validation/Cargo.toml b/shacl_validation/Cargo.toml index 59df09f9..f1648eb8 100644 --- a/shacl_validation/Cargo.toml +++ b/shacl_validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shacl_validation" -version = "0.1.17" +version = "0.1.19" readme = "README.md" license.workspace = true authors.workspace = true diff --git a/shapes_converter/Cargo.toml b/shapes_converter/Cargo.toml index b83ce14d..13fe860a 100755 --- a/shapes_converter/Cargo.toml +++ b/shapes_converter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shapes_converter" -version = "0.1.18" +version = "0.1.19" authors.workspace = true description.workspace = true documentation = "https://docs.rs/shapes_converter" diff --git a/shex_ast/Cargo.toml b/shex_ast/Cargo.toml index c008e8cc..0306c170 100644 --- a/shex_ast/Cargo.toml +++ b/shex_ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shex_ast" -version = "0.1.15" +version = "0.1.19" authors.workspace = true description.workspace = true documentation = "https://docs.rs/shex_ast" diff --git a/shex_testsuite/Cargo.toml b/shex_testsuite/Cargo.toml index 6b955ee2..698bf192 100644 --- a/shex_testsuite/Cargo.toml +++ b/shex_testsuite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shex_testsuite" -version = "0.1.7" +version = "0.1.19" authors.workspace = true description.workspace = true documentation = "https://docs.rs/shex_testsuite" diff --git a/srdf/Cargo.toml b/srdf/Cargo.toml index 375f27fb..b0dc8702 100644 --- a/srdf/Cargo.toml +++ b/srdf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "srdf" -version = "0.1.18" +version = "0.1.19" authors.workspace = true description.workspace = true documentation = "https://docs.rs/srdf"