Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 9580b9d

Browse files
Merge #549
549: Bump the version to 0.29.2 r=curquiza a=Kerollmops Co-authored-by: Kerollmops <[email protected]>
2 parents a762d7f + 56ee9cc commit 9580b9d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "benchmarks"
3-
version = "0.29.1"
3+
version = "0.29.2"
44
edition = "2018"
55
publish = false
66

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli"
3-
version = "0.29.1"
3+
version = "0.29.2"
44
edition = "2018"
55
description = "A CLI to interact with a milli index"
66
publish = false

filter-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "filter-parser"
3-
version = "0.29.1"
3+
version = "0.29.2"
44
edition = "2021"
55
description = "The parser for the Meilisearch filter syntax"
66
publish = false

flatten-serde-json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flatten-serde-json"
3-
version = "0.29.1"
3+
version = "0.29.2"
44
edition = "2021"
55
description = "Flatten serde-json objects like elastic search"
66
readme = "README.md"

helpers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helpers"
3-
version = "0.29.1"
3+
version = "0.29.2"
44
authors = ["Clément Renault <[email protected]>"]
55
edition = "2018"
66
description = "A small tool to do operations on the database"

http-ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "http-ui"
33
description = "The HTTP user interface of the milli search engine"
4-
version = "0.29.1"
4+
version = "0.29.2"
55
authors = ["Clément Renault <[email protected]>"]
66
edition = "2018"
77
publish = false

infos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "infos"
3-
version = "0.29.1"
3+
version = "0.29.2"
44
authors = ["Clément Renault <[email protected]>"]
55
edition = "2018"
66
publish = false

json-depth-checker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json-depth-checker"
3-
version = "0.29.1"
3+
version = "0.29.2"
44
edition = "2021"
55
description = "A library that indicates if a JSON must be flattened"
66
publish = false

milli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "milli"
3-
version = "0.29.1"
3+
version = "0.29.2"
44
authors = ["Kerollmops <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)