Skip to content

Commit

Permalink
Merge #1029
Browse files Browse the repository at this point in the history
1029: Update version for the next release (v0.31.6) r=brunoocasali a=meili-bot

_This PR is auto-generated._

The automated script updates the version of meilisearch-python to a new version: "v0.31.6"

--- CHANGELOG 👇 ---

## 🚀 Enhancements

* Compatibility of `embedder` settings with [Meilisearch v1.11](https://github.com/meilisearch/meilisearch/releases/tag/v1.11.0) (#1018) `@/sanders41` & `@/dureuill` 
* Supports `rankingScoreThreshold` search parameter (#1008) `@/aweidner`
* Federated Search Addition (#1013) `@/MuddyHope`

## ⚙️ Maintenance/misc

* Adds documentation for search parameter reference distinct (#1007) `@/aweidner`

Thanks again to `@/MuddyHope,` `@/aweidner,` `@/sanders41` & `@/dureuill`   ! 🎉


Co-authored-by: meili-bot <[email protected]>
  • Loading branch information
meili-bors[bot] and meili-bot authored Oct 28, 2024
2 parents 4036306 + 1865a2e commit 9b2c99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meilisearch/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.31.5"
__version__ = "0.31.6"


def qualified_version() -> str:
Expand Down

0 comments on commit 9b2c99a

Please sign in to comment.