Skip to content

Commit

Permalink
Release 0.1.58
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Dec 31, 2024
1 parent add0064 commit fa89238
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ serde_yml = "0.0.12"
thiserror = "1.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = [ "env-filter" ] }
url = "2.2.2"
url = "2.2.2"
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.1.32"
version = "0.1.58"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/iri_s"
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.57"
version = "0.1.58"
documentation = "https://rudof-project.github.io/rudof/"
readme = "README.md"
license.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions 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.54"
version = "0.1.58"
authors.workspace = true
description.workspace = true
documentation = "https://rudof-project.github.io/rudof"
Expand Down Expand Up @@ -41,4 +41,4 @@ tracing-subscriber = { workspace = true }
supports-color = { workspace = true }
either = "1.13"
reqwest = { version = "0.12" }
url = { workspace = true }
url = { workspace = true }
2 changes: 1 addition & 1 deletion rudof_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rudof_lib"
version = "0.1.57"
version = "0.1.58"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/rudof_lib"
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.49"
version = "0.1.58"
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.30"
version = "0.1.58"
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.57"
version = "0.1.58"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/srdf"
Expand Down

0 comments on commit fa89238

Please sign in to comment.