Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version for the next release (v0.26.0) #726

Merged
merged 2 commits into from
Apr 3, 2023
Merged

Conversation

meili-bot
Copy link
Contributor

@meili-bot meili-bot commented Mar 29, 2023

This version makes this package compatible with Meilisearch v1.1 🎉
Check out the changelog of Meilisearch v1.1 for more information on the changes.

⚠️ Breaking changes

🚀 Enhancements

Example:

  client.multi_search(
    [
      {'indexUid': 'movies', 'q': 'pooh', 'limit': 5},
      {'indexUid': 'movies', 'q': 'nemo', 'limit': 5},
      {'indexUid': 'movie_ratings', 'q': 'us'}
    ]
  )

Thanks again to @alallema and @sanders41! 🎉

@meili-bot meili-bot added the skip-changelog The PR will not appear in the release changelogs label Mar 29, 2023
@alallema alallema changed the title Update version for the next release (vv0.26.0) Update version for the next release (v0.26.0) Mar 29, 2023
meilisearch/version.py Outdated Show resolved Hide resolved
@alallema alallema requested a review from bidoubiwa March 29, 2023 11:23
@bidoubiwa
Copy link
Contributor

Add the ability to provide a specific CSV delimiter for adding and updating CSV documents

to

Add the ability to provide a specific CSV delimiter when adding and updating documents in CSV format

@bidoubiwa
Copy link
Contributor

bors merge

@bors
Copy link
Contributor

bors bot commented Apr 3, 2023

@bors bors bot merged commit 04b4518 into main Apr 3, 2023
@bors bors bot deleted the meili-bot/bump-version branch April 3, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants