Skip to content

Commit 2e1c284

Browse files
bors[bot]alallema
andauthored
Merge #456
456: Update version for the next release (v0.18.3) r=curquiza a=alallema This version makes this package compatible with Meilisearch v0.27.0🎉  Check out the changelog of [Meilisearch v0.27.0](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.27.0) for more information about the changes. ## 🚀 Enhancements - Add new methods for the new typo tolerance settings #443 `@alallema` `index.get_typo_tolerance()` `index.update_typo_tolerance(params)` `index.reset_typo_tolerance()` - Ensure nested field support #444 `@alallema` - Add new search parameters highlightPreTag, highlightPostTag and cropMarker #445 `@alallema` Co-authored-by: alallema <[email protected]>
2 parents 4f0cc2a + 3139d30 commit 2e1c284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.18.2"
1+
__version__ = "0.18.3"
22

33
def qualified_version() -> str:
44
"""Get the qualified version of this module."""

0 commit comments

Comments
 (0)