Skip to content

Commit dbd0c17

Browse files
bors[bot]bidoubiwa
andauthored
Merge #339
339: Update version for the next release (v.19.0) r=bidoubiwa a=bidoubiwa Update for next release Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 14c1a22 + 7d0e564 commit dbd0c17

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.code-samples.meilisearch.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ primary_field_guide_add_document_primary_key: |-
748748
getting_started_add_documents_md: |-
749749
```toml
750750
[dependencies]
751-
meilisearch-sdk = "0.18"
751+
meilisearch-sdk = "0.19"
752752
# futures: because we want to block on futures
753753
futures = "0.3"
754754
# serde: required if you are going to use documents
@@ -1208,9 +1208,9 @@ delete_a_key_1: |-
12081208
authorization_header_1:
12091209
let client = Client::new("http://localhost:7700", "masterKey");
12101210
let keys = client
1211-
.get_keys()
1212-
.await
1213-
.unwrap();
1211+
.get_keys()
1212+
.await
1213+
.unwrap();
12141214
security_guide_search_key_1: |-
12151215
let client = Client::new("http://localhost:7700", "apiKey");
12161216
let result = client.index("patient_medical_records")

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "meilisearch-sdk"
3-
version = "0.18.1"
3+
version = "0.19.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."

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
5050

5151
```toml
5252
[dependencies]
53-
meilisearch-sdk = "0.18.1"
53+
meilisearch-sdk = "0.19.0"
5454
```
5555

5656
The following optional dependencies may also be useful:

README.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
5050

5151
```toml
5252
[dependencies]
53-
meilisearch-sdk = "0.18.1"
53+
meilisearch-sdk = "0.19.0"
5454
```
5555

5656
The following optional dependencies may also be useful:

0 commit comments

Comments
 (0)