Skip to content

Commit 16a31ae

Browse files
Merge #735
735: Update version for the next release (v0.31.0) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-rust to a new version: "v0.31.0" <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated package version to 0.31.0 * Updated meilisearch-sdk and related dependencies to 0.31.0 * Updated documentation and configuration files to reflect new versions <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: meili-bot <[email protected]>
2 parents f0746ec + 816d536 commit 16a31ae

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ primary_field_guide_add_document_primary_key: |-
10951095
getting_started_add_documents: |-
10961096
// In your .toml file:
10971097
[dependencies]
1098-
meilisearch-sdk = "0.30.0"
1098+
meilisearch-sdk = "0.31.0"
10991099
# futures: because we want to block on futures
11001100
futures = "0.3"
11011101
# serde: required if you are going to use documents

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "meilisearch-sdk"
3-
version = "0.30.0"
3+
version = "0.31.0"
44
authors = ["Mubelotix <[email protected]>"]
55
edition = "2018"
66
description = "Rust wrapper for the Meilisearch API. Meilisearch is a powerful, fast, open-source, easy to use and deploy search engine."
@@ -22,7 +22,7 @@ time = { version = "0.3.41", features = ["serde-well-known", "formatting", "pars
2222
yaup = "0.3.1"
2323
either = { version = "1.15.0", features = ["serde"] }
2424
thiserror = "2.0.12"
25-
meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.30.0" }
25+
meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.31.0" }
2626
pin-project-lite = { version = "0.2.16", optional = true }
2727
reqwest = { version = "0.12.22", optional = true, default-features = false, features = ["http2", "stream"] }
2828
bytes = { version = "1.10.1", optional = true }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
5454

5555
```toml
5656
[dependencies]
57-
meilisearch-sdk = "0.30.0"
57+
meilisearch-sdk = "0.31.0"
5858
```
5959

6060
The following optional dependencies may also be useful:

README.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
5454

5555
```toml
5656
[dependencies]
57-
meilisearch-sdk = "0.30.0"
57+
meilisearch-sdk = "0.31.0"
5858
```
5959

6060
The following optional dependencies may also be useful:

meilisearch-index-setting-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "meilisearch-index-setting-macro"
3-
version = "0.30.0"
3+
version = "0.31.0"
44
description = "Helper tool to generate settings of a Meilisearch index"
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)