From a7547f6b9b96b1c97c752f297f78c598293b717e Mon Sep 17 00:00:00 2001 From: Tpt Date: Thu, 23 Feb 2023 09:32:24 +0100 Subject: [PATCH] Releases v0.3.13 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 40 ++++++++++++++++++------------------- js/Cargo.toml | 4 ++-- lib/Cargo.toml | 10 +++++----- lib/oxrdf/Cargo.toml | 4 ++-- lib/oxsdatatypes/Cargo.toml | 2 +- lib/sparesults/Cargo.toml | 4 ++-- lib/spargebra/Cargo.toml | 4 ++-- python/Cargo.toml | 4 ++-- server/Cargo.toml | 6 +++--- 10 files changed, 46 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d97c518c..bd4584a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.13] - 2023-02-23 + +### Changed +- Fixes serialization of times with a decimal number of seconds lower than 10 (now `01:01:01.01` and not `01:01:1.01`). +- Turtle and TriG: fixes parsing for prefixes named after keywords (`prefix`, `base`, `graph`, `true` and `false`). + + ## [0.3.12] - 2023-02-18 ### Added diff --git a/Cargo.lock b/Cargo.lock index 2c3b7759..855e32be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,9 +139,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7f0778972c64420fdedc63f09919c8a88bda7b25135357fd25a5d9f3257e832" +checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1" dependencies = [ "memchr", "once_cell", @@ -214,9 +214,9 @@ dependencies = [ [[package]] name = "clang-sys" -version = "1.4.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3" +checksum = "77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a" dependencies = [ "glob", "libc", @@ -973,7 +973,7 @@ dependencies = [ [[package]] name = "oxigraph" -version = "0.3.13-dev" +version = "0.3.13" dependencies = [ "criterion", "digest", @@ -1004,7 +1004,7 @@ dependencies = [ [[package]] name = "oxigraph_js" -version = "0.3.13-dev" +version = "0.3.13" dependencies = [ "console_error_panic_hook", "js-sys", @@ -1014,7 +1014,7 @@ dependencies = [ [[package]] name = "oxigraph_server" -version = "0.3.13-dev" +version = "0.3.13" dependencies = [ "anyhow", "assert_cmd", @@ -1060,7 +1060,7 @@ checksum = "bb175ec8981211357b7b379869c2f8d555881c55ea62311428ec0de46d89bd5c" [[package]] name = "oxrdf" -version = "0.1.4-dev" +version = "0.1.4" dependencies = [ "lasso", "oxilangtag", @@ -1080,7 +1080,7 @@ dependencies = [ [[package]] name = "oxsdatatypes" -version = "0.1.1-dev" +version = "0.1.1" dependencies = [ "js-sys", "nom", @@ -1313,7 +1313,7 @@ dependencies = [ [[package]] name = "pyoxigraph" -version = "0.3.13-dev" +version = "0.3.13" dependencies = [ "oxigraph", "pyo3", @@ -1447,15 +1447,15 @@ dependencies = [ [[package]] name = "rio_api" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64bce58dd4aed6d706bd628c24076d9e88f6a8dd90a75fd0627b7440044b5975" +checksum = "399f133da00f40a6be2d54b1c57e4a9004e68637530f76350bd02ea8dffef54e" [[package]] name = "rio_turtle" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02aa66357f0ae6e1c5fb269a6823e588a51d191cc246c6b6c6bb9620cbe3e46e" +checksum = "d76f84a733b7b8af1938eec4beb03d3e3cbf2a6a02dced10b82c42706d58e95b" dependencies = [ "oxilangtag", "oxiri", @@ -1464,9 +1464,9 @@ dependencies = [ [[package]] name = "rio_xml" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d507cf3e28f9753c6d1ca317e1b1d8532223ee5cea5c5985f7d37e30168d22e3" +checksum = "260447085620a4ec329d75b4b16610568fafecaeb4e51bbdb8e5f3324d2104f9" dependencies = [ "oxilangtag", "oxiri", @@ -1663,7 +1663,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "sparesults" -version = "0.1.6-dev" +version = "0.1.6" dependencies = [ "json-event-parser", "oxrdf", @@ -1672,7 +1672,7 @@ dependencies = [ [[package]] name = "spargebra" -version = "0.2.6-dev" +version = "0.2.6" dependencies = [ "oxilangtag", "oxiri", @@ -1702,9 +1702,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "syn" -version = "1.0.107" +version = "1.0.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" +checksum = "d56e159d99e6c2b93995d171050271edb50ecc5288fbc7cc17de8fdce4e58c14" dependencies = [ "proc-macro2", "quote", diff --git a/js/Cargo.toml b/js/Cargo.toml index da585f85..69cc62bb 100644 --- a/js/Cargo.toml +++ b/js/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxigraph_js" -version = "0.3.13-dev" +version = "0.3.13" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -14,7 +14,7 @@ crate-type = ["cdylib"] name = "oxigraph" [dependencies] -oxigraph = { version = "0.3.13-dev", path="../lib" } +oxigraph = { version = "0.3.13", path="../lib" } wasm-bindgen = "0.2" js-sys = "0.3" console_error_panic_hook = "0.1" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index da32e256..173c9b38 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxigraph" -version = "0.3.13-dev" +version = "0.3.13" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -37,10 +37,10 @@ hex = "0.4" siphasher = "0.3" lazy_static = "1" sysinfo = "0.28" -oxrdf = { version = "0.1.4-dev", path="oxrdf", features = ["rdf-star", "oxsdatatypes"] } -oxsdatatypes = { version = "0.1.1-dev", path="oxsdatatypes" } -spargebra = { version = "0.2.6-dev", path="spargebra", features = ["rdf-star", "sep-0002", "sep-0006"] } -sparesults = { version = "0.1.6-dev", path="sparesults", features = ["rdf-star"] } +oxrdf = { version = "0.1.4", path="oxrdf", features = ["rdf-star", "oxsdatatypes"] } +oxsdatatypes = { version = "0.1.1", path="oxsdatatypes" } +spargebra = { version = "0.2.6", path="spargebra", features = ["rdf-star", "sep-0002", "sep-0006"] } +sparesults = { version = "0.1.6", path="sparesults", features = ["rdf-star"] } [target.'cfg(not(target_family = "wasm"))'.dependencies] libc = "0.2" diff --git a/lib/oxrdf/Cargo.toml b/lib/oxrdf/Cargo.toml index f32ec5a9..18c9fbf9 100644 --- a/lib/oxrdf/Cargo.toml +++ b/lib/oxrdf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxrdf" -version = "0.1.4-dev" +version = "0.1.4" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -22,7 +22,7 @@ rand = "0.8" oxilangtag = "0.1" oxiri = "0.2" -oxsdatatypes = { version = "0.1.1-dev", path="../oxsdatatypes", optional = true } +oxsdatatypes = { version = "0.1.1", path="../oxsdatatypes", optional = true } lasso = { version = "0.6", features = ["inline-more"] } [package.metadata.docs.rs] diff --git a/lib/oxsdatatypes/Cargo.toml b/lib/oxsdatatypes/Cargo.toml index 90c3edab..54841f88 100644 --- a/lib/oxsdatatypes/Cargo.toml +++ b/lib/oxsdatatypes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxsdatatypes" -version = "0.1.1-dev" +version = "0.1.1" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/lib/sparesults/Cargo.toml b/lib/sparesults/Cargo.toml index dbc897ca..5bb0bd5b 100644 --- a/lib/sparesults/Cargo.toml +++ b/lib/sparesults/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sparesults" -version = "0.1.6-dev" +version = "0.1.6" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -19,7 +19,7 @@ rdf-star = ["oxrdf/rdf-star"] [dependencies] json-event-parser = "0.1" -oxrdf = { version = "0.1.4-dev", path="../oxrdf" } +oxrdf = { version = "0.1.4", path="../oxrdf" } quick-xml = "0.27" [package.metadata.docs.rs] diff --git a/lib/spargebra/Cargo.toml b/lib/spargebra/Cargo.toml index 29f0874b..dc3318bc 100644 --- a/lib/spargebra/Cargo.toml +++ b/lib/spargebra/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spargebra" -version = "0.2.6-dev" +version = "0.2.6" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -24,7 +24,7 @@ peg = "0.8" rand = "0.8" oxiri = "0.2" oxilangtag = "0.1" -oxrdf = { version = "0.1.4-dev", path="../oxrdf" } +oxrdf = { version = "0.1.4", path="../oxrdf" } [package.metadata.docs.rs] all-features = true diff --git a/python/Cargo.toml b/python/Cargo.toml index c0760224..f1b3150f 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyoxigraph" -version = "0.3.13-dev" +version = "0.3.13" authors = ["Tpt"] license = "MIT OR Apache-2.0" readme = "README.md" @@ -19,5 +19,5 @@ doctest = false abi3 = ["pyo3/abi3-py37"] [dependencies] -oxigraph = { version = "0.3.13-dev", path="../lib", features = ["http_client"] } +oxigraph = { version = "0.3.13", path="../lib", features = ["http_client"] } pyo3 = { version = "0.18", features = ["extension-module"] } diff --git a/server/Cargo.toml b/server/Cargo.toml index 1038ace2..89463897 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxigraph_server" -version = "0.3.13-dev" +version = "0.3.13" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -17,8 +17,8 @@ anyhow = "1" oxhttp = { version = "0.1", features = ["rayon"] } clap = { version = "=4.0", features = ["derive"] } clap_lex = "=0.3.0" -oxigraph = { version = "0.3.13-dev", path = "../lib", features = ["http_client"] } -sparesults = { version = "0.1.6-dev", path = "../lib/sparesults", features = ["rdf-star"] } +oxigraph = { version = "0.3.13", path = "../lib", features = ["http_client"] } +sparesults = { version = "0.1.6", path = "../lib/sparesults", features = ["rdf-star"] } rand = "0.8" url = "2" oxiri = "0.2"