From d79953111df0f143f3748e458697bdddadc7c053 Mon Sep 17 00:00:00 2001 From: Jose Emilio Labra Gayo Date: Tue, 10 Sep 2024 10:19:07 +0200 Subject: [PATCH] Release 0.1.24 rudof_cli@0.1.24 shacl_validation@0.1.24 shapes_converter@0.1.24 shex_validation@0.1.24 srdf@0.1.24 Generated by cargo-workspaces --- CHANGELOG.md | 4 ++++ rudof_cli/Cargo.toml | 2 +- shacl_validation/Cargo.toml | 2 +- shapes_converter/Cargo.toml | 2 +- shex_validation/Cargo.toml | 2 +- srdf/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7b1e9b..ef758d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current changes without release yet +## [0.1.24] - 2024-09-10 + +- Added more configuration parameters for RDF data and Shacl data which allow, for example to define a default base IRI which can be used to resolve relative IRIs solving issue #149 + ## [0.1.23] - 2024-09-09 - Added option for partial views of UML class diagrams which can be useful when visualizing large ShEx schemas diff --git a/rudof_cli/Cargo.toml b/rudof_cli/Cargo.toml index 07edc152..23275b5a 100755 --- a/rudof_cli/Cargo.toml +++ b/rudof_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rudof_cli" -version = "0.1.23" +version = "0.1.24" authors.workspace = true description.workspace = true documentation = "https://rudof-project.github.io/rudof" diff --git a/shacl_validation/Cargo.toml b/shacl_validation/Cargo.toml index ded89464..18810bd7 100644 --- a/shacl_validation/Cargo.toml +++ b/shacl_validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shacl_validation" -version = "0.1.20" +version = "0.1.24" readme = "README.md" license.workspace = true authors.workspace = true diff --git a/shapes_converter/Cargo.toml b/shapes_converter/Cargo.toml index 9d73e547..41a2d46a 100755 --- a/shapes_converter/Cargo.toml +++ b/shapes_converter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shapes_converter" -version = "0.1.23" +version = "0.1.24" authors.workspace = true description.workspace = true documentation = "https://docs.rs/shapes_converter" diff --git a/shex_validation/Cargo.toml b/shex_validation/Cargo.toml index c5ab3fab..9f7e0885 100755 --- a/shex_validation/Cargo.toml +++ b/shex_validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shex_validation" -version = "0.1.7" +version = "0.1.24" authors.workspace = true description.workspace = true documentation = "https://docs.rs/shex_validation" diff --git a/srdf/Cargo.toml b/srdf/Cargo.toml index be67863d..99235b39 100644 --- a/srdf/Cargo.toml +++ b/srdf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "srdf" -version = "0.1.19" +version = "0.1.24" authors.workspace = true description.workspace = true documentation = "https://docs.rs/srdf"