Skip to content

Commit 5ce1081

Browse files
Merge #815
815: Update version for the next release (v0.28.2) r=sanders41 a=meili-bot This version introduces features released on Meilisearch v1.3.0 🎉 Check out the changelog of [Meilisearch v1.3.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.3.0) for more information on the changes. ⚠️ If you want to adopt new features of this release, **update the Meilisearch server** to the according version. ## 🚀 Enhancements * ⚠️ **EXPERIMENTAL**: Adds docstring and tests for vector search (#805) `@sanders41` ⚠️ The EXPERIMENTAL features are not covered by semver. To explicitly opt-in, check this [guide](https://www.meilisearch.com/docs/reference/api/experimental-features). ## 🐛 Bug Fixes * Fix potential json_encoding date error and truncation in pydantic < 2 (#807) `@sanders41` ## 💅 Misc * Migrate docs hosting to Meilisearch subdomain (#810) `@Strift` * Update documentation deployment workflow (#811) `@Strift` Thanks again to `@Strift,` `@alallema,` and `@sanders41!` 🎉 Co-authored-by: meili-bot <[email protected]>
2 parents 84517d6 + ede4a98 commit 5ce1081

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,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.28.1"
3+
__version__ = "0.28.2"
44

55

66
def qualified_version() -> str:

0 commit comments

Comments
 (0)