You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
370: Changes related to the next Meilisearch release (v0.30.0) r=bidoubiwa a=meili-bot
Related to this issue: meilisearch/integration-guides#221
This PR:
- gathers the changes related to the next Meilisearch release (v0.30.0) so that this package is ready when the official release is out.
- should pass the tests against the [latest pre-release of Meilisearch](https://github.com/meilisearch/meilisearch/releases).
- might eventually contain test failures until the Meilisearch v0.30.0 is out.
⚠️ This PR should NOT be merged until the next release of Meilisearch (v0.30.0) is out.
_This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._
Co-authored-by: meili-bot <[email protected]>
Co-authored-by: cvermand <[email protected]>
Co-authored-by: Charlotte Vermandel <[email protected]>
Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
52
52
53
53
```toml
54
54
[dependencies]
55
-
meilisearch-sdk = "0.20.1"
55
+
meilisearch-sdk = "0.21.0"
56
56
```
57
57
58
58
The following optional dependencies may also be useful:
@@ -244,7 +244,7 @@ WARNING: `meilisearch-sdk` will panic if no Window is available (ex: Web extensi
244
244
245
245
## 🤖 Compatibility with Meilisearch
246
246
247
-
This package only guarantees the compatibility with the [version v0.29.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.29.0).
247
+
This package only guarantees the compatibility with the [version v0.30.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0).
Copy file name to clipboardExpand all lines: README.tpl
+2-2
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
52
52
53
53
```toml
54
54
[dependencies]
55
-
meilisearch-sdk = "0.20.1"
55
+
meilisearch-sdk = "0.21.0"
56
56
```
57
57
58
58
The following optional dependencies may also be useful:
@@ -99,7 +99,7 @@ WARNING: `meilisearch-sdk` will panic if no Window is available (ex: Web extensi
99
99
100
100
## 🤖 Compatibility with Meilisearch
101
101
102
-
This package only guarantees the compatibility with the [version v0.29.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.29.0).
102
+
This package only guarantees the compatibility with the [version v0.30.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0).
0 commit comments