Skip to content

Commit

Permalink
[feat] Release next development
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed Feb 4, 2024
1 parent 3192610 commit 784509e
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: izihawa/summa-server:testing
tags: izihawa/summa-server:development
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde_yaml = { version = "0.8" }
strfmt = "0.2"
summa-proto = { version = "0.36.0", path = "./summa-proto", default_features = false }
take_mut = "0.2"
tantivy = { package = "izihawa-tantivy", version = "0.22.2", default_features = false, features = ["quickwit", "zstd-compression"] }
tantivy = { package = "izihawa-tantivy", version = "0.22.5", default_features = false, features = ["quickwit", "sstable-termdict", "zstd-compression"] }
tantivy-common = { package = "izihawa-tantivy-common", version = "0.6.1" }
tantivy-query-grammar = { package = "izihawa-tantivy-query-grammar", version = "0.21.1" }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion ipfs-hamt-directory-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.14,<0.15"]
requires = ["maturin>=1.4.0,<1.5.0"]
build-backend = "maturin"

[project]
Expand Down
2 changes: 1 addition & 1 deletion summa-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "summa-core"
version = "0.22.9"
version = "0.23.0"
authors = ["Pasha Podolsky <ppodolsky@me.com>"]
edition = "2021"
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion summa-core/src/components/segment_attributes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::marker::PhantomData;

use serde::de::DeserializeOwned;
use serde::{Deserialize, Serialize};
use tantivy::SegmentAttributesMerger;
use tantivy::index::SegmentAttributesMerger;

use crate::utils::current_time;

Expand Down
6 changes: 3 additions & 3 deletions summa-embed-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "summa-embed-py"
version = "0.22.9"
version = "0.23.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -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.9", path = "../summa-core", default_features = false, features = ["fs", "hyper-external-request", "tokio-rt"] }
summa-server = { version = "0.22.9", path = "../summa-server", default_features = false }
summa-core = { version = "0.23.0", path = "../summa-core", default_features = false, features = ["fs", "hyper-external-request", "tokio-rt"] }
summa-server = { version = "0.23.0", path = "../summa-server", default_features = false }
summa-proto = { workspace = true }
tantivy = { workspace = true }
tokio = { workspace = true }
2 changes: 1 addition & 1 deletion summa-embed-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.14,<0.15"]
requires = ["maturin>=1.4.0,<1.5.0"]
build-backend = "maturin"

[project]
Expand Down
6 changes: 3 additions & 3 deletions summa-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "summa-server"
version = "0.22.9"
version = "0.23.0"
license-file = "LICENSE"
description = "Fast full-text search server"
homepage = "https://github.com/izihawa/summa"
Expand Down Expand Up @@ -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.9", path = "../summa-core", features = ["fs", "hyper-external-request", "tokio-rt"] }
summa-core = { version = "0.23.0", path = "../summa-core", features = ["fs", "hyper-external-request", "tokio-rt"] }
tempdir = "0.3.7"

[dependencies]
Expand Down Expand Up @@ -59,7 +59,7 @@ serde = { workspace = true }
serde_derive = "1.0"
serde_json = { workspace = true }
serde_yaml = { workspace = true }
summa-core = { version = "0.22.9", path = "../summa-core", features = ["fs", "hyper-external-request", "tokio-rt"] }
summa-core = { version = "0.23.0", path = "../summa-core", features = ["fs", "hyper-external-request", "tokio-rt"] }
summa-proto = { workspace = true, features = ["grpc"] }
take_mut = { workspace = true }
tantivy = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions summa-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "summa-wasm"
version = "0.135.7"
version = "0.136.0"
authors = ["Pasha Podolsky <ppodolsky@me.com>"]
edition = "2021"
license-file = "LICENSE"
Expand All @@ -26,7 +26,7 @@ prost = { workspace = true }
serde = { workspace = true }
serde-wasm-bindgen = "0.6"
strfmt = { workspace = true }
summa-core = { version = "0.22.9", path = "../summa-core", default_features = false }
summa-core = { version = "0.23.0", path = "../summa-core", default_features = false }
summa-proto = { workspace = true }
tantivy = { workspace = true, features = ["wasm"] }
thiserror = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion summa-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "summa-wasm",
"description": "WASM-bindings for Summa",
"version": "0.135.7",
"version": "0.136.0",
"keywords": [
"search",
"database",
Expand Down

0 comments on commit 784509e

Please sign in to comment.