Skip to content

Commit 0c49fdd

Browse files
bors[bot]meili-botalallema
authored
Merge #635
635: Changes related to the next Meilisearch release (v1.0.0) r=alallema a=meili-bot Related to this issue: meilisearch/integration-guides#230 This PR: - gathers the changes related to the next Meilisearch release (v1.0.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 v1.0.0 is out. ⚠️ This PR should NOT be merged until the next release of Meilisearch (v1.0.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: Amélie <[email protected]> Co-authored-by: alallema <[email protected]>
2 parents dab7795 + 3d1b6c3 commit 0c49fdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ index.search(
197197

198198
## 🤖 Compatibility with Meilisearch
199199

200-
This package only guarantees the compatibility with the [version v0.30.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0).
200+
This package only guarantees the compatibility with the [version v1.0.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0).
201201

202202
## 💡 Learn more
203203

tests/client/test_client_task_meilisearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_get_task_inexistent(client):
9898
def create_tasks(empty_index, small_movies):
9999
"""Ensures there are some tasks present for testing."""
100100
index = empty_index()
101-
index.update_ranking_rules(["type", "exactness"])
101+
index.update_ranking_rules(["typo", "exactness"])
102102
index.reset_ranking_rules()
103103
index.add_documents(small_movies)
104104
index.add_documents(small_movies)

0 commit comments

Comments
 (0)