Skip to content

Commit

Permalink
Bumped to version 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Jun 8, 2024
1 parent 28df9fe commit 13e4c9e
Show file tree
Hide file tree
Showing 15 changed files with 76 additions and 76 deletions.
26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shapes-rs"
version = "0.0.10"
version = "0.0.11"
description = "RDF Data shapes implementation in Rust"
license = "GPL-3.0-or-later"
authors = [
Expand Down Expand Up @@ -59,18 +59,18 @@ keywords = ["rdf", "linked-data", "semantic-web", "shex"]
categories = ["rdf"]

[workspace.dependencies]
rbe = { version = "0.0.10", path = "./rbe" }
rbe_testsuite = { version = "0.0.10", path = "./rbe_testsuite" }
iri_s = { version = "0.0.10", path = "./iri_s" }
prefixmap = { version = "0.0.10", path = "./prefixmap" }
srdf = { version = "0.0.10", path = "./srdf" }
dctap = { version = "0.0.10", path = "./dctap" }
shex_ast = { version = "0.0.10", path = "./shex_ast" }
shex_testsuite = { version = "0.0.10", path = "./shex_testsuite" }
shex_validation = { version = "0.0.10", path = "./shex_validation" }
shex_compact = { version = "0.0.10", path = "./shex_compact" }
shapemap = { version = "0.0.10", path = "./shapemap" }
shacl_ast = { version = "0.0.10", path = "./shacl_ast" }
rbe = { version = "0.0.11", path = "./rbe" }
rbe_testsuite = { version = "0.0.11", path = "./rbe_testsuite" }
iri_s = { version = "0.0.11", path = "./iri_s" }
prefixmap = { version = "0.0.11", path = "./prefixmap" }
srdf = { version = "0.0.11", path = "./srdf" }
dctap = { version = "0.0.11", path = "./dctap" }
shex_ast = { version = "0.0.11", path = "./shex_ast" }
shex_testsuite = { version = "0.0.11", path = "./shex_testsuite" }
shex_validation = { version = "0.0.11", path = "./shex_validation" }
shex_compact = { version = "0.0.11", path = "./shex_compact" }
shapemap = { version = "0.0.11", path = "./shapemap" }
shacl_ast = { version = "0.0.11", path = "./shacl_ast" }


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion dctap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dctap"
version = "0.0.10"
version = "0.0.11"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/dctap"
Expand Down
2 changes: 1 addition & 1 deletion iri_s/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iri_s"
version = "0.0.10"
version = "0.0.11"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/iri_s"
Expand Down
4 changes: 2 additions & 2 deletions prefixmap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prefixmap"
version = "0.0.10"
version = "0.0.11"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/prefixmap"
Expand All @@ -10,7 +10,7 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
iri_s = { path = "../iri_s", version = "0.0.10" }
iri_s = { path = "../iri_s", version = "0.0.11" }
indexmap = { version = "2", features = ["serde"] }
thiserror = "1"
colored = "2"
Expand Down
2 changes: 1 addition & 1 deletion rbe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rbe"
version = "0.0.10"
version = "0.0.11"
authors.workspace = true
description.workspace = true
edition.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions rbe_testsuite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "rbe_testsuite"
version = "0.0.10"
version = "0.0.11"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/rbe_testsuite"
edition.workspace = true
license.workspace = true

[dependencies]
rbe = { path = "../rbe", version = "0.0.10" }
rbe = { path = "../rbe", version = "0.0.11" }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down
10 changes: 5 additions & 5 deletions shacl_ast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shacl_ast"
version = "0.0.10"
version = "0.0.11"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/shacl_ast"
Expand All @@ -10,10 +10,10 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
srdf = { path = "../srdf", version = "0.0.10" }
iri_s = { path = "../iri_s", version = "0.0.10" }
rbe = { path = "../rbe", version = "0.0.10" }
prefixmap = { path = "../prefixmap", version = "0.0.10" }
srdf = { path = "../srdf", version = "0.0.11" }
iri_s = { path = "../iri_s", version = "0.0.11" }
rbe = { path = "../rbe", version = "0.0.11" }
prefixmap = { path = "../prefixmap", version = "0.0.11" }
serde = "1"
serde_derive = "1"
void = "1"
Expand Down
10 changes: 5 additions & 5 deletions shapemap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shapemap"
version = "0.0.10"
version = "0.0.11"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/shapemap"
Expand All @@ -10,10 +10,10 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
iri_s = { path = "../iri_s", version = "0.0.10" }
srdf = { path = "../srdf", version = "0.0.10" }
prefixmap = { path = "../prefixmap", version = "0.0.10" }
shex_ast = { path = "../shex_ast", version = "0.0.10" }
iri_s = { path = "../iri_s", version = "0.0.11" }
srdf = { path = "../srdf", version = "0.0.11" }
prefixmap = { path = "../prefixmap", version = "0.0.11" }
shex_ast = { path = "../shex_ast", version = "0.0.11" }
indexmap = "2.1"
thiserror = "1.0"
tracing = "0.1"
Expand Down
10 changes: 5 additions & 5 deletions shex_ast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shex_ast"
version = "0.0.10"
version = "0.0.11"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/shex_ast"
Expand All @@ -10,10 +10,10 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
srdf = { path = "../srdf", version = "0.0.10" }
iri_s = { path = "../iri_s", version = "0.0.10" }
rbe = { path = "../rbe", version = "0.0.10" }
prefixmap = { path = "../prefixmap", version = "0.0.10" }
srdf = { path = "../srdf", version = "0.0.11" }
iri_s = { path = "../iri_s", version = "0.0.11" }
rbe = { path = "../rbe", version = "0.0.11" }
prefixmap = { path = "../prefixmap", version = "0.0.11" }
serde = "1"
serde_derive = "1"
void = "1"
Expand Down
14 changes: 7 additions & 7 deletions shex_compact/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shex_compact"
version = "0.0.10"
version = "0.0.11"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/shex_compact"
Expand All @@ -10,12 +10,12 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
shex_ast = { path = "../shex_ast", version = "0.0.10" }
rbe = { path = "../rbe", version = "0.0.10" }
iri_s = { path = "../iri_s", version = "0.0.10" }
srdf = { path = "../srdf", version = "0.0.10" }
prefixmap = { path = "../prefixmap", version = "0.0.10" }
shapemap = { path = "../shapemap", version = "0.0.10" }
shex_ast = { path = "../shex_ast", version = "0.0.11" }
rbe = { path = "../rbe", version = "0.0.11" }
iri_s = { path = "../iri_s", version = "0.0.11" }
srdf = { path = "../srdf", version = "0.0.11" }
prefixmap = { path = "../prefixmap", version = "0.0.11" }
shapemap = { path = "../shapemap", version = "0.0.11" }
nom = "7"
nom-regex = "0.2"
nom_locate = "4"
Expand Down
14 changes: 7 additions & 7 deletions shex_compact_winnow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "shex_compact_winnow"
version = "0.0.10"
version = "0.0.11"

[dependencies]
shex_ast = { path = "../shex_ast", version = "0.0.10" }
rbe = { path = "../rbe", version = "0.0.10" }
iri_s = { path = "../iri_s", version = "0.0.10" }
srdf = { path = "../srdf", version = "0.0.10" }
prefixmap = { path = "../prefixmap", version = "0.0.10" }
shapemap = { path = "../shapemap", version = "0.0.10" }
shex_ast = { path = "../shex_ast", version = "0.0.11" }
rbe = { path = "../rbe", version = "0.0.11" }
iri_s = { path = "../iri_s", version = "0.0.11" }
srdf = { path = "../srdf", version = "0.0.11" }
prefixmap = { path = "../prefixmap", version = "0.0.11" }
shapemap = { path = "../shapemap", version = "0.0.11" }
thiserror = "1"
colored = "2"
rust_decimal = "1.32"
Expand Down
14 changes: 7 additions & 7 deletions shex_testsuite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shex_testsuite"
version = "0.0.10"
version = "0.0.11"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/shex_testsuite"
Expand All @@ -10,12 +10,12 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
iri_s = { path = "../iri_s", version = "0.0.10" }
prefixmap = { path = "../prefixmap", version = "0.0.10" }
srdf = { path = "../srdf", version = "0.0.10" }
shex_ast = { path = "../shex_ast", version = "0.0.10" }
shex_compact = { path = "../shex_compact", version = "0.0.10" }
shex_validation = { path = "../shex_validation", version = "0.0.10" }
iri_s = { path = "../iri_s", version = "0.0.11" }
prefixmap = { path = "../prefixmap", version = "0.0.11" }
srdf = { path = "../srdf", version = "0.0.11" }
shex_ast = { path = "../shex_ast", version = "0.0.11" }
shex_compact = { path = "../shex_compact", version = "0.0.11" }
shex_validation = { path = "../shex_validation", version = "0.0.11" }
serde = { version = "1.0", features = ["derive"] }
# serde_derive = "1.0"
serde_json = "1.0"
Expand Down
14 changes: 7 additions & 7 deletions shex_validation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shex_validation"
version = "0.0.10"
version = "0.0.11"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/shex_validation"
Expand All @@ -10,12 +10,12 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
iri_s = { path = "../iri_s", version = "0.0.10" }
rbe = { path = "../rbe", version = "0.0.10" }
srdf = { path = "../srdf", version = "0.0.10" }
shex_ast = { path = "../shex_ast", version = "0.0.10" }
shapemap = { path = "../shapemap", version = "0.0.10" }
prefixmap = { path = "../prefixmap", version = "0.0.10" }
iri_s = { path = "../iri_s", version = "0.0.11" }
rbe = { path = "../rbe", version = "0.0.11" }
srdf = { path = "../srdf", version = "0.0.11" }
shex_ast = { path = "../shex_ast", version = "0.0.11" }
shapemap = { path = "../shapemap", version = "0.0.11" }
prefixmap = { path = "../prefixmap", version = "0.0.11" }
async-recursion = "1.0.4"
thiserror = "1.0"
serde = "1.0"
Expand Down
6 changes: 3 additions & 3 deletions srdf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "srdf"
version = "0.0.10"
version = "0.0.11"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/srdf"
Expand All @@ -10,8 +10,8 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
iri_s = { path = "../iri_s", version = "0.0.10" }
prefixmap = { path = "../prefixmap", version = "0.0.10" }
iri_s = { path = "../iri_s", version = "0.0.11" }
prefixmap = { path = "../prefixmap", version = "0.0.11" }
async-trait = "0.1.68"
hashbag = "0.1.11"
serde = "1.0"
Expand Down
20 changes: 10 additions & 10 deletions sx_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sx_cli"
version = "0.0.10"
version = "0.0.11"
authors.workspace = true
description.workspace = true
documentation = "https://www.weso.es/shapes-rs/"
Expand All @@ -10,15 +10,15 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
shex_ast = { path = "../shex_ast", version = "0.0.10" }
shex_validation = { path = "../shex_validation", version = "0.0.10" }
srdf = { path = "../srdf", version = "0.0.10" }
prefixmap = { path = "../prefixmap", version = "0.0.10" }
iri_s = { path = "../iri_s", version = "0.0.10" }
shapemap = { path = "../shapemap", version = "0.0.10" }
shex_compact = { path = "../shex_compact", version = "0.0.10" }
shacl_ast = { path = "../shacl_ast", version = "0.0.10" }
dctap = { path = "../dctap", version = "0.0.10" }
shex_ast = { path = "../shex_ast", version = "0.0.11" }
shex_validation = { path = "../shex_validation", version = "0.0.11" }
srdf = { path = "../srdf", version = "0.0.11" }
prefixmap = { path = "../prefixmap", version = "0.0.11" }
iri_s = { path = "../iri_s", version = "0.0.11" }
shapemap = { path = "../shapemap", version = "0.0.11" }
shex_compact = { path = "../shex_compact", version = "0.0.11" }
shacl_ast = { path = "../shacl_ast", version = "0.0.11" }
dctap = { path = "../dctap", version = "0.0.11" }

serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit 13e4c9e

Please sign in to comment.