Skip to content

Commit 4218082

Browse files
Merge #687
687: Update version for the next release (v0.29.1) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-rust to a new version: "v0.29.1" <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the version of the meilisearch-sdk dependency to 0.29.1 in documentation and configuration files. * Updated the meilisearch-index-setting-macro package version to 0.29.1. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
2 parents abd9ce3 + 1f52ee3 commit 4218082

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
@@ -1060,7 +1060,7 @@ primary_field_guide_add_document_primary_key: |-
10601060
getting_started_add_documents: |-
10611061
// In your .toml file:
10621062
[dependencies]
1063-
meilisearch-sdk = "0.29.0"
1063+
meilisearch-sdk = "0.29.1"
10641064
# futures: because we want to block on futures
10651065
futures = "0.3"
10661066
# 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.29.0"
3+
version = "0.29.1"
44
authors = ["Mubelotix <mubelotix@gmail.com>"]
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.29.0" }
25+
meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.29.1" }
2626
pin-project-lite = { version = "0.2.16", optional = true }
2727
reqwest = { version = "0.12.22", optional = true, default-features = false, features = ["rustls-tls", "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.29.0"
57+
meilisearch-sdk = "0.29.1"
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.29.0"
57+
meilisearch-sdk = "0.29.1"
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.29.0"
3+
version = "0.29.1"
44
description = "Helper tool to generate settings of a Meilisearch index"
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)