From 64ca01402f1f2f660b8e5151b00708bc70f5678d Mon Sep 17 00:00:00 2001 From: Bruno Casali Date: Mon, 25 Apr 2022 17:11:12 -0300 Subject: [PATCH] Update version for the next release (v0.16.0) --- .code-samples.meilisearch.yaml | 2 +- Cargo.toml | 2 +- README.md | 2 +- README.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.code-samples.meilisearch.yaml b/.code-samples.meilisearch.yaml index 44ab3f80..404f7b6c 100644 --- a/.code-samples.meilisearch.yaml +++ b/.code-samples.meilisearch.yaml @@ -424,7 +424,7 @@ document_guide_add_document_primary_key: |- getting_started_add_documents_md: |- ```toml [dependencies] - meilisearch-sdk = "0.15" + meilisearch-sdk = "0.16" # futures: because we want to block on futures futures = "0.3" # serde: required if you are going to use documents diff --git a/Cargo.toml b/Cargo.toml index e8af11ff..d2addc50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meilisearch-sdk" -version = "0.15.0" +version = "0.16.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." diff --git a/README.md b/README.md index f2eaa1dc..80e7d03d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`: ```toml [dependencies] -meilisearch-sdk = "0.15.0" +meilisearch-sdk = "0.16.0" ``` The following optional dependencies may also be useful: diff --git a/README.tpl b/README.tpl index 51abc6e8..917b60d9 100644 --- a/README.tpl +++ b/README.tpl @@ -50,7 +50,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`: ```toml [dependencies] -meilisearch-sdk = "0.15.0" +meilisearch-sdk = "0.16.0" ``` The following optional dependencies may also be useful: