Skip to content

Commit dcb81fd

Browse files
bors[bot]bidoubiwa
andauthored
Merge #349
349: Update version for the next release (v0.20.1) r=bidoubiwa a=bidoubiwa Update version to 0.20.1 See body of release for full update Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 78c5474 + 926a3a9 commit dcb81fd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ If applicable, add screenshots or logs to help explain your problem.
2323
**Environment (please complete the following information):**
2424
- OS: [e.g. Debian GNU/Linux]
2525
- Meilisearch version: [e.g. v.0.20.0]
26-
- meilisearch-rust version: [e.g v0.8.1]
26+
- meilisearch-rust version: [e.g v0.20.1]

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.20.0"
3+
version = "0.20.1"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
5959

6060
```toml
6161
[dependencies]
62-
meilisearch-sdk = "0.20.0"
62+
meilisearch-sdk = "0.20.1"
6363
```
6464

6565
The following optional dependencies may also be useful:

README.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
5959

6060
```toml
6161
[dependencies]
62-
meilisearch-sdk = "0.20.0"
62+
meilisearch-sdk = "0.20.1"
6363
```
6464

6565
The following optional dependencies may also be useful:

0 commit comments

Comments
 (0)