From e4c7ac50ce70af4deb996a0bba88f801551ff612 Mon Sep 17 00:00:00 2001 From: pasha Date: Thu, 26 Oct 2023 14:55:08 +0300 Subject: [PATCH] release: 0.22.4 --- Cargo.toml | 2 +- aiosumma/pyproject.toml | 2 +- summa-core/Cargo.toml | 2 +- summa-embed-py/Cargo.toml | 6 +++--- summa-proto/Cargo.toml | 2 +- summa-server/Cargo.toml | 6 +++--- summa-wasm/Cargo.toml | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 25847660..37dc2137 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ serde_cbor = "0.11" serde_json = { version = "1.0" } serde_yaml = { version = "0.8" } strfmt = "0.2" -summa-proto = { version = "0.35.0", path = "./summa-proto", default_features = false } +summa-proto = { version = "0.36.0", path = "./summa-proto", default_features = false } take_mut = "0.2" tantivy = { package = "izihawa-tantivy", version = "0.21.1", default_features = false, features = ["quickwit", "zstd-compression"] } tantivy-common = { package = "izihawa-tantivy-common", version = "0.6.0" } diff --git a/aiosumma/pyproject.toml b/aiosumma/pyproject.toml index 1a819a07..1374de55 100644 --- a/aiosumma/pyproject.toml +++ b/aiosumma/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aiosumma" -version = "2.47.0" +version = "2.47.1" authors = [{ name = "Pasha Podolsky", email = "ppodolsky@me.com" }] description = "Async client for Summa Search" readme = "README.md" diff --git a/summa-core/Cargo.toml b/summa-core/Cargo.toml index 245f4254..2c80a697 100644 --- a/summa-core/Cargo.toml +++ b/summa-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "summa-core" -version = "0.22.3" +version = "0.22.4" authors = ["Pasha Podolsky "] edition = "2021" license-file = "LICENSE" diff --git a/summa-embed-py/Cargo.toml b/summa-embed-py/Cargo.toml index 0cff5bd2..b8734bcc 100644 --- a/summa-embed-py/Cargo.toml +++ b/summa-embed-py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "summa-embed-py" -version = "0.22.3" +version = "0.22.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,8 +17,8 @@ pyo3-asyncio = { version = "0.19", features = ["attributes", "tokio-runtime"] } pyo3-log = "0.8" pythonize = "0.19" serde_json = "1.0" -summa-core = { version = "0.22.3", path = "../summa-core", default_features = false, features = ["fs", "hyper-external-request", "tokio-rt"] } -summa-server = { version = "0.22.3", path = "../summa-server", default_features = false } +summa-core = { version = "0.22.4", path = "../summa-core", default_features = false, features = ["fs", "hyper-external-request", "tokio-rt"] } +summa-server = { version = "0.22.4", path = "../summa-server", default_features = false } summa-proto = { workspace = true } tantivy = { workspace = true } tokio = { workspace = true } \ No newline at end of file diff --git a/summa-proto/Cargo.toml b/summa-proto/Cargo.toml index 1d36b228..4825bd4f 100644 --- a/summa-proto/Cargo.toml +++ b/summa-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "summa-proto" -version = "0.35.0" +version = "0.36.0" authors = ["Pasha Podolsky "] edition = "2021" license-file = "LICENSE" diff --git a/summa-server/Cargo.toml b/summa-server/Cargo.toml index 72047d5c..ef5dc946 100644 --- a/summa-server/Cargo.toml +++ b/summa-server/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "summa-server" -version = "0.22.3" +version = "0.22.4" license-file = "LICENSE" description = "Fast full-text search server" homepage = "https://github.com/izihawa/summa" @@ -30,7 +30,7 @@ maintenance = { status = "actively-developed" } tonic-build = { version = "0.10", default-features = false, features = ["prost", "transport"] } [dev-dependencies] -summa-core = { version = "0.22.3", path = "../summa-core", features = ["fs", "hyper-external-request", "tokio-rt"] } +summa-core = { version = "0.22.4", path = "../summa-core", features = ["fs", "hyper-external-request", "tokio-rt"] } tempdir = "0.3.7" [dependencies] @@ -59,7 +59,7 @@ serde = { workspace = true } serde_derive = "1.0" serde_json = { workspace = true } serde_yaml = { workspace = true } -summa-core = { version = "0.22.3", path = "../summa-core", features = ["fs", "hyper-external-request", "tokio-rt"] } +summa-core = { version = "0.22.4", path = "../summa-core", features = ["fs", "hyper-external-request", "tokio-rt"] } summa-proto = { workspace = true, features = ["grpc"] } take_mut = { workspace = true } tantivy = { workspace = true } diff --git a/summa-wasm/Cargo.toml b/summa-wasm/Cargo.toml index 8a6fb33b..da808dbc 100644 --- a/summa-wasm/Cargo.toml +++ b/summa-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "summa-wasm" -version = "0.133.4" +version = "0.133.5" authors = ["Pasha Podolsky "] edition = "2021" license-file = "LICENSE" @@ -26,7 +26,7 @@ prost = { workspace = true } serde = { workspace = true } serde-wasm-bindgen = "0.6" strfmt = { workspace = true } -summa-core = { version = "0.22.3", path = "../summa-core", default_features = false } +summa-core = { version = "0.22.4", path = "../summa-core", default_features = false } summa-proto = { workspace = true } tantivy = { workspace = true, features = ["wasm"] } thiserror = { workspace = true }