Skip to content

Commit

Permalink
Merge #349
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bors[bot] and bidoubiwa authored Oct 10, 2022
2 parents 78c5474 + 926a3a9 commit dcb81fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ If applicable, add screenshots or logs to help explain your problem.
**Environment (please complete the following information):**
- OS: [e.g. Debian GNU/Linux]
- Meilisearch version: [e.g. v.0.20.0]
- meilisearch-rust version: [e.g v0.8.1]
- meilisearch-rust version: [e.g v0.20.1]
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "meilisearch-sdk"
version = "0.20.0"
version = "0.20.1"
authors = ["Mubelotix <[email protected]>"]
edition = "2018"
description = "Rust wrapper for the Meilisearch API. Meilisearch is a powerful, fast, open-source, easy to use and deploy search engine."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:

```toml
[dependencies]
meilisearch-sdk = "0.20.0"
meilisearch-sdk = "0.20.1"
```

The following optional dependencies may also be useful:
Expand Down
2 changes: 1 addition & 1 deletion README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:

```toml
[dependencies]
meilisearch-sdk = "0.20.0"
meilisearch-sdk = "0.20.1"
```

The following optional dependencies may also be useful:
Expand Down

0 comments on commit dcb81fd

Please sign in to comment.