From ab17138f331d4b90ec26f5a52b45ab4e4d57032d Mon Sep 17 00:00:00 2001 From: Tpt Date: Sun, 11 Jun 2023 18:34:50 +0200 Subject: [PATCH] Starts 0.4.0-alpha.1 --- .github/workflows/artifacts.yml | 1 + .github/workflows/tests.yml | 1 + Cargo.lock | 20 ++++++++++---------- js/Cargo.toml | 4 ++-- lib/Cargo.toml | 12 ++++++------ lib/oxrdf/Cargo.toml | 4 ++-- lib/oxsdatatypes/Cargo.toml | 2 +- lib/sparesults/Cargo.toml | 4 ++-- lib/spargebra/Cargo.toml | 4 ++-- lib/sparql-smith/Cargo.toml | 2 +- oxrocksdb-sys/Cargo.toml | 2 +- python/Cargo.toml | 4 ++-- server/Cargo.toml | 6 +++--- 13 files changed, 34 insertions(+), 32 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index e71b1df8..e544b33e 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - next release: types: - published diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 363c26ef..0a23e41b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - main + - next schedule: - cron: "12 3 * * *" diff --git a/Cargo.lock b/Cargo.lock index 1b6590b8..8ffeb9bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -933,7 +933,7 @@ dependencies = [ [[package]] name = "oxigraph" -version = "0.3.18" +version = "0.4.0-alpha.1-dev" dependencies = [ "criterion", "digest", @@ -965,7 +965,7 @@ dependencies = [ [[package]] name = "oxigraph_js" -version = "0.3.18" +version = "0.4.0-alpha.1-dev" dependencies = [ "console_error_panic_hook", "js-sys", @@ -975,7 +975,7 @@ dependencies = [ [[package]] name = "oxigraph_server" -version = "0.3.18" +version = "0.4.0-alpha.1-dev" dependencies = [ "anyhow", "assert_cmd", @@ -1023,7 +1023,7 @@ checksum = "bb175ec8981211357b7b379869c2f8d555881c55ea62311428ec0de46d89bd5c" [[package]] name = "oxrdf" -version = "0.1.7" +version = "0.2.0-alpha.1-dev" dependencies = [ "oxilangtag", "oxiri", @@ -1033,7 +1033,7 @@ dependencies = [ [[package]] name = "oxrocksdb-sys" -version = "0.3.18" +version = "0.4.0-alpha.1-dev" dependencies = [ "bindgen", "cc", @@ -1042,7 +1042,7 @@ dependencies = [ [[package]] name = "oxsdatatypes" -version = "0.1.3" +version = "0.2.0-alpha.1-dev" dependencies = [ "js-sys", ] @@ -1284,7 +1284,7 @@ dependencies = [ [[package]] name = "pyoxigraph" -version = "0.3.18" +version = "0.4.0-alpha.1-dev" dependencies = [ "oxigraph", "pyo3", @@ -1625,7 +1625,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "sparesults" -version = "0.1.8" +version = "0.2.0-alpha.1-dev" dependencies = [ "json-event-parser", "oxrdf", @@ -1634,7 +1634,7 @@ dependencies = [ [[package]] name = "spargebra" -version = "0.2.8" +version = "0.3.0-alpha.1-dev" dependencies = [ "oxilangtag", "oxiri", @@ -1645,7 +1645,7 @@ dependencies = [ [[package]] name = "sparql-smith" -version = "0.1.0-alpha.4" +version = "0.1.0-alpha.5-dev" dependencies = [ "arbitrary", ] diff --git a/js/Cargo.toml b/js/Cargo.toml index 55e9d0bc..ee103f79 100644 --- a/js/Cargo.toml +++ b/js/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxigraph_js" -version = "0.3.18" +version = "0.4.0-alpha.1-dev" 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.18", path="../lib" } +oxigraph = { version = "0.4.0-alpha.1-dev", 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 c7fa0d26..40bbc0de 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxigraph" -version = "0.3.18" +version = "0.4.0-alpha.1-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -38,14 +38,14 @@ hex = "0.4" siphasher = "0.3" lazy_static = "1" json-event-parser = "0.1" -oxrdf = { version = "0.1.7", path="oxrdf", features = ["rdf-star", "oxsdatatypes"] } -oxsdatatypes = { version = "0.1.3", path="oxsdatatypes" } -spargebra = { version = "0.2.8", path="spargebra", features = ["rdf-star", "sep-0002", "sep-0006"] } -sparesults = { version = "0.1.8", path="sparesults", features = ["rdf-star"] } +oxrdf = { version = "0.2.0-alpha.1-dev", path="oxrdf", features = ["rdf-star", "oxsdatatypes"] } +oxsdatatypes = { version = "0.2.0-alpha.1-dev", path="oxsdatatypes" } +spargebra = { version = "0.3.0-alpha.1-dev", path="spargebra", features = ["rdf-star", "sep-0002", "sep-0006"] } +sparesults = { version = "0.2.0-alpha.1-dev", path="sparesults", features = ["rdf-star"] } [target.'cfg(not(target_family = "wasm"))'.dependencies] libc = "0.2" -oxrocksdb-sys = { version = "0.3.18", path="../oxrocksdb-sys" } +oxrocksdb-sys = { version = "0.4.0-alpha.1-dev", path="../oxrocksdb-sys" } oxhttp = { version = "0.1", optional = true } [target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies] diff --git a/lib/oxrdf/Cargo.toml b/lib/oxrdf/Cargo.toml index 3e7789c8..2f7de43a 100644 --- a/lib/oxrdf/Cargo.toml +++ b/lib/oxrdf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxrdf" -version = "0.1.7" +version = "0.2.0-alpha.1-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -21,7 +21,7 @@ rdf-star = [] rand = "0.8" oxilangtag = "0.1" oxiri = "0.2" -oxsdatatypes = { version = "0.1.3", path="../oxsdatatypes", optional = true } +oxsdatatypes = { version = "0.2.0-alpha.1-dev", path="../oxsdatatypes", optional = true } [package.metadata.docs.rs] all-features = true diff --git a/lib/oxsdatatypes/Cargo.toml b/lib/oxsdatatypes/Cargo.toml index 27f2084e..9e20f50d 100644 --- a/lib/oxsdatatypes/Cargo.toml +++ b/lib/oxsdatatypes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxsdatatypes" -version = "0.1.3" +version = "0.2.0-alpha.1-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/lib/sparesults/Cargo.toml b/lib/sparesults/Cargo.toml index a278e55e..e74ebd81 100644 --- a/lib/sparesults/Cargo.toml +++ b/lib/sparesults/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sparesults" -version = "0.1.8" +version = "0.2.0-alpha.1-dev" 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.6", path="../oxrdf" } +oxrdf = { version = "0.2.0-alpha.1-dev", path="../oxrdf" } quick-xml = "0.28" [package.metadata.docs.rs] diff --git a/lib/spargebra/Cargo.toml b/lib/spargebra/Cargo.toml index c2ff363a..911d861a 100644 --- a/lib/spargebra/Cargo.toml +++ b/lib/spargebra/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spargebra" -version = "0.2.8" +version = "0.3.0-alpha.1-dev" 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.6", path="../oxrdf" } +oxrdf = { version = "0.2.0-alpha.1-dev", path="../oxrdf" } [package.metadata.docs.rs] all-features = true diff --git a/lib/sparql-smith/Cargo.toml b/lib/sparql-smith/Cargo.toml index 8dc8ea57..a36096bb 100644 --- a/lib/sparql-smith/Cargo.toml +++ b/lib/sparql-smith/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sparql-smith" -version = "0.1.0-alpha.4" +version = "0.1.0-alpha.5-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/oxrocksdb-sys/Cargo.toml b/oxrocksdb-sys/Cargo.toml index cda577e8..f3725f25 100644 --- a/oxrocksdb-sys/Cargo.toml +++ b/oxrocksdb-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxrocksdb-sys" -version = "0.3.18" +version = "0.4.0-alpha.1-dev" authors = ["Tpt "] license = "GPL-2.0 OR Apache-2.0" repository = "https://github.com/oxigraph/oxigraph/tree/main/oxrocksdb-sys" diff --git a/python/Cargo.toml b/python/Cargo.toml index 89ca09e7..6f3b59d4 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyoxigraph" -version = "0.3.18" +version = "0.4.0-alpha.1-dev" 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.18", path="../lib", features = ["http_client"] } +oxigraph = { version = "0.4.0-alpha.1-dev", path="../lib", features = ["http_client"] } pyo3 = { version = "0.19", features = ["extension-module"] } diff --git a/server/Cargo.toml b/server/Cargo.toml index 81d62db2..fcb610a0 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxigraph_server" -version = "0.3.18" +version = "0.4.0-alpha.1-dev" 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.18", path = "../lib", features = ["http_client"] } -sparesults = { version = "0.1.8", path = "../lib/sparesults", features = ["rdf-star"] } +oxigraph = { version = "0.4.0-alpha.1-dev", path = "../lib", features = ["http_client"] } +sparesults = { version = "0.2.0-alpha.1-dev", path = "../lib/sparesults", features = ["rdf-star"] } rand = "0.8" url = "2" oxiri = "0.2"