Skip to content

Commit d4813d1

Browse files
Merge #243
243: Update version for the next release (v0.15.0) r=brunoocasali a=brunoocasali ## ⚠️ Breaking changes * Refactorise the errors, now `error_code` and `error_type` has types instead of `string` (#234) `@irevoire` * Put type on timestamp and duration (#237) `@irevoire` * The `time` crate will be needed if you need to manipulate API keys (check for more info #226, #237 (comment), and meilisearch/integration-guides#121 (comment)). ## 🚀 Enhancements * Refactorise the settings (#235) `@irevoire` Thanks again to `@irevoire!` 🎉 Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
2 parents 485f19a + 3024b43 commit d4813d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ search_guide_2: |-
449449
getting_started_add_documents_md: |-
450450
```toml
451451
[dependencies]
452-
meilisearch-sdk = "0.14"
452+
meilisearch-sdk = "0.15"
453453
# futures: because we want to block on futures
454454
futures = "0.3"
455455
# serde: required if you are going to use documents

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-sdk"
3-
version = "0.14.0"
3+
version = "0.15.0"
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."

README.md

Lines changed: 1 addition & 1 deletion
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.14.0"
53+
meilisearch-sdk = "0.15.0"
5454
```
5555

5656
The following optional dependencies may also be useful:

README.tpl

Lines changed: 1 addition & 1 deletion
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.14.0"
53+
meilisearch-sdk = "0.15.0"
5454
```
5555

5656
The following optional dependencies may also be useful:

0 commit comments

Comments
 (0)