Skip to content

Commit 14d9281

Browse files
bors[bot]meili-bot
andauthored
Merge #186
186: Changes related to the next Meilisearch release (v0.26.0) r=bidoubiwa a=meili-bot This PR gathers the changes related to the next Meilisearch release (v0.26.0) so that this package is ready when the official release is out. ⚠️ This PR should NOT be merged until: - the next release of Meilisearch (v0.26.0) is out. - the [`meilisearch-python`](https://github.com/meilisearch/meilisearch-python) dependency has been released to be compatible with Meilisearch v0.26.0. Once the release is out, the upgrade of the `meilisearch-python` dependency might be committed to this branch. _This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/master/guides/pre-release-week.md) purpose._ _Related to this issue: https://github.com/meilisearch/integration-guides/issues/181_ Co-authored-by: meili-bot <[email protected]>
2 parents 19ad119 + d9ae978 commit 14d9281

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install dependencies for production only
6868
run: pipenv install
6969
- name: Meilisearch setup with Docker
70-
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --no-analytics=true --master-key=masterKey
70+
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --no-analytics --master-key=masterKey
7171
- name: Run the scraper with basic config
7272
run: pipenv run ./docs_scraper $CONFIG_FILE
7373
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ Websites that need JavaScript for rendering are passed through ChromeDriver.<br>
530530

531531
## 🤖 Compatibility with Meilisearch
532532

533-
This package only guarantees the compatibility with the [version v0.25.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.25.0).
533+
This package only guarantees the compatibility with the [version v0.26.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.26.0).
534534

535535
## ⚙️ Development Workflow and Contributing
536536

0 commit comments

Comments
 (0)