Skip to content

Commit

Permalink
Release 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Aug 30, 2024
1 parent e363cd4 commit 94cedfe
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
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.18"
version = "0.1.19"
authors.workspace = true
description.workspace = true
documentation = "https://www.weso.es/shapes-rs/"
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.17"
version = "0.1.19"
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.18"
version = "0.1.19"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/shapes_converter"
Expand Down
2 changes: 1 addition & 1 deletion shex_ast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion shex_testsuite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
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.18"
version = "0.1.19"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/srdf"
Expand Down

0 comments on commit 94cedfe

Please sign in to comment.