Skip to content

Commit

Permalink
Release 0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Sep 10, 2024
1 parent c62ac5d commit d799531
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rudof_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion shacl_validation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion shapes_converter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion shex_validation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion srdf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d799531

Please sign in to comment.