Skip to content

Commit 0d1a82e

Browse files
Merge #272
272: Update version for the next release (v0.16.0) r=brunoocasali a=brunoocasali ### Release notes: ## ⚠️ Breaking changes * Use an `OffsetDateTime` on the `ClientStats` (#244) `@irevoire` * Fixed formatting with clippy & Removed `Document` trait (#267) `@irevoire` ## 🚀 Enhancements * Add methods to automatically add/update documents in batches (#262) `@abhizer` * Feature/Tenant Token (#263, #264) `@brunoocasali` ## Misc * Create an example showing how to update the Settings (#245) `@irevoire` Thanks again to `@abhizer,` `@bidoubiwa,` `@brunoocasali,` `@irevoire,` and Adrian Coutsoftides! 🎉 Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
2 parents dfdb95e + 64ca014 commit 0d1a82e

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
@@ -424,7 +424,7 @@ document_guide_add_document_primary_key: |-
424424
getting_started_add_documents_md: |-
425425
```toml
426426
[dependencies]
427-
meilisearch-sdk = "0.15"
427+
meilisearch-sdk = "0.16"
428428
# futures: because we want to block on futures
429429
futures = "0.3"
430430
# 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.15.0"
3+
version = "0.16.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.15.0"
53+
meilisearch-sdk = "0.16.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.15.0"
53+
meilisearch-sdk = "0.16.0"
5454
```
5555

5656
The following optional dependencies may also be useful:

0 commit comments

Comments
 (0)