Skip to content

Commit

Permalink
Update version for the next release (v0.7.0) (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Mar 31, 2021
1 parent 2eadb5a commit b2b6c66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ search_guide_2: |-
getting_started_add_documents_md: |-
```toml
[dependencies]
meilisearch-sdk = "0.6"
meilisearch-sdk = "0.7"
# futures: because we want to block on futures
futures = "0.3"
# serde: required if you are going to use documents
Expand Down
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.6.1"
version = "0.7.0"
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 @@ -49,7 +49,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:

```toml
[dependencies]
meilisearch-sdk = "0.6.1"
meilisearch-sdk = "0.7.0"
```

The following optional dependencies may also be useful:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! ```toml
//! [dependencies]
//! meilisearch-sdk = "0.6.1"
//! meilisearch-sdk = "0.7.0"
//! ```
//!
//! The following optional dependencies may also be useful:
Expand Down

0 comments on commit b2b6c66

Please sign in to comment.