Skip to content

Commit 8d07593

Browse files
authored
Update version for the next release (v0.12.0) (#210)
1 parent 5cf5c37 commit 8d07593

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.code-samples.meilisearch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ search_guide_2: |-
426426
getting_started_add_documents_md: |-
427427
```toml
428428
[dependencies]
429-
meilisearch-sdk = "0.11"
429+
meilisearch-sdk = "0.12"
430430
# futures: because we want to block on futures
431431
futures = "0.3"
432432
# serde: required if you are going to use documents

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Make a PR modifying the file [`Cargo.toml`](/Cargo.toml):
144144
version = "X.X.X"
145145
```
146146

147-
and the [`src/lib.rs`](/src/lib.rs):
147+
and the [`README.tpl`](/README.tpl):
148148

149149
```rust
150150
//! meilisearch-sdk = "X.X.X"

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.11.0"
3+
version = "0.12.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.11.0"
53+
meilisearch-sdk = "0.12.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.11.0"
53+
meilisearch-sdk = "0.12.0"
5454
```
5555

5656
The following optional dependencies may also be useful:

0 commit comments

Comments
 (0)