From b89f703f0701c2985e47455a1fc8bb7cf7d73f7e Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 13 Feb 2025 02:55:29 +0100 Subject: [PATCH 01/11] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b100a122..bce99aa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meilisearch-sdk" -version = "0.27.1" +version = "0.28" authors = ["Mubelotix "] edition = "2018" 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.7", features = ["serde-well-known", "formatting", "parsi yaup = "0.3.1" either = { version = "1.8.0", features = ["serde"] } thiserror = "1.0.37" -meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.27.1" } +meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.28" } pin-project-lite = { version = "0.2.13", optional = true } reqwest = { version = "0.12.3", optional = true, default-features = false, features = ["rustls-tls", "http2", "stream"] } bytes = { version = "1.6", optional = true } From f15e420cd48b62007e1150cea11c3af1231c5963 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 13 Feb 2025 02:55:30 +0100 Subject: [PATCH 02/11] Update meilisearch-index-setting-macro/Cargo.toml --- meilisearch-index-setting-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch-index-setting-macro/Cargo.toml b/meilisearch-index-setting-macro/Cargo.toml index 4f921389..83c440e2 100644 --- a/meilisearch-index-setting-macro/Cargo.toml +++ b/meilisearch-index-setting-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meilisearch-index-setting-macro" -version = "0.27.1" +version = "0.28" description = "Helper tool to generate settings of a Meilisearch index" edition = "2021" license = "MIT" From ab65644342eb838a7d0284c1459eaa706abef93e Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 13 Feb 2025 02:55:30 +0100 Subject: [PATCH 03/11] Update README.tpl --- README.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.tpl b/README.tpl index 6fec810f..d07c5c76 100644 --- a/README.tpl +++ b/README.tpl @@ -53,7 +53,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`: ```toml [dependencies] -meilisearch-sdk = "0.27.1" +meilisearch-sdk = "0.28" ``` The following optional dependencies may also be useful: From 233ff6d8cda9f9fbd76f1d232c46454c670b060d Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 13 Feb 2025 02:55:31 +0100 Subject: [PATCH 04/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f70c3f90..96e12454 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`: ```toml [dependencies] -meilisearch-sdk = "0.27.1" +meilisearch-sdk = "0.28" ``` The following optional dependencies may also be useful: From 2413bccc52a2585d551a61f3ae391cad044d8d6b Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 13 Feb 2025 02:55:32 +0100 Subject: [PATCH 05/11] Update .code-samples.meilisearch.yaml --- .code-samples.meilisearch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.code-samples.meilisearch.yaml b/.code-samples.meilisearch.yaml index eaa501af..0b1af98f 100644 --- a/.code-samples.meilisearch.yaml +++ b/.code-samples.meilisearch.yaml @@ -1048,7 +1048,7 @@ primary_field_guide_add_document_primary_key: |- getting_started_add_documents_md: |- ```toml [dependencies] - meilisearch-sdk = "0.27.1" + meilisearch-sdk = "0.28" # futures: because we want to block on futures futures = "0.3" # serde: required if you are going to use documents From 25c82ae2f800e3a6186850245b3526bc607d0e71 Mon Sep 17 00:00:00 2001 From: Laurent Cazanove Date: Mon, 17 Feb 2025 03:05:43 +0100 Subject: [PATCH 06/11] Update .code-samples.meilisearch.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clémentine --- .code-samples.meilisearch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.code-samples.meilisearch.yaml b/.code-samples.meilisearch.yaml index 0b1af98f..be1b2196 100644 --- a/.code-samples.meilisearch.yaml +++ b/.code-samples.meilisearch.yaml @@ -1048,7 +1048,7 @@ primary_field_guide_add_document_primary_key: |- getting_started_add_documents_md: |- ```toml [dependencies] - meilisearch-sdk = "0.28" + meilisearch-sdk = "0.28.0" # futures: because we want to block on futures futures = "0.3" # serde: required if you are going to use documents From df8ab772bc3a2793c3a13b989a8c511f6104f6e2 Mon Sep 17 00:00:00 2001 From: Laurent Cazanove Date: Mon, 17 Feb 2025 03:06:27 +0100 Subject: [PATCH 07/11] Update Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clémentine --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bce99aa2..fd34163f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meilisearch-sdk" -version = "0.28" +version = "0.28.0" authors = ["Mubelotix "] edition = "2018" description = "Rust wrapper for the Meilisearch API. Meilisearch is a powerful, fast, open-source, easy to use and deploy search engine." From 8651f450e1ec18e294bb6ab677519578ee39a767 Mon Sep 17 00:00:00 2001 From: Laurent Cazanove Date: Mon, 17 Feb 2025 03:07:38 +0100 Subject: [PATCH 08/11] Update Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clémentine --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd34163f..34f7f5be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsi yaup = "0.3.1" either = { version = "1.8.0", features = ["serde"] } thiserror = "1.0.37" -meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.28" } +meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.28.0" } pin-project-lite = { version = "0.2.13", optional = true } reqwest = { version = "0.12.3", optional = true, default-features = false, features = ["rustls-tls", "http2", "stream"] } bytes = { version = "1.6", optional = true } From cfacfe892c7137b20e6b1620a7d19e1a39b3d31f Mon Sep 17 00:00:00 2001 From: Laurent Cazanove Date: Mon, 17 Feb 2025 03:07:46 +0100 Subject: [PATCH 09/11] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clémentine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96e12454..0c1c6d42 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`: ```toml [dependencies] -meilisearch-sdk = "0.28" +meilisearch-sdk = "0.28.0" ``` The following optional dependencies may also be useful: From 89392ac2512243910a661f5721d86011d92c06f1 Mon Sep 17 00:00:00 2001 From: Laurent Cazanove Date: Mon, 17 Feb 2025 03:07:56 +0100 Subject: [PATCH 10/11] Update README.tpl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clémentine --- README.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.tpl b/README.tpl index d07c5c76..acdb160c 100644 --- a/README.tpl +++ b/README.tpl @@ -53,7 +53,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`: ```toml [dependencies] -meilisearch-sdk = "0.28" +meilisearch-sdk = "0.28.0" ``` The following optional dependencies may also be useful: From 6bf2db4cfead23894aa94403717d4eff66c4b5f6 Mon Sep 17 00:00:00 2001 From: Laurent Cazanove Date: Mon, 17 Feb 2025 03:08:05 +0100 Subject: [PATCH 11/11] Update meilisearch-index-setting-macro/Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clémentine --- meilisearch-index-setting-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch-index-setting-macro/Cargo.toml b/meilisearch-index-setting-macro/Cargo.toml index 83c440e2..2f520be2 100644 --- a/meilisearch-index-setting-macro/Cargo.toml +++ b/meilisearch-index-setting-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meilisearch-index-setting-macro" -version = "0.28" +version = "0.28.0" description = "Helper tool to generate settings of a Meilisearch index" edition = "2021" license = "MIT"