Skip to content

Commit

Permalink
Merge #815
Browse files Browse the repository at this point in the history
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 <74670311+meili-bot@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and meili-bot committed Jul 31, 2023
2 parents 84517d6 + ede4a98 commit 5ce1081
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.28.1"
__version__ = "0.28.2"


def qualified_version() -> str:
Expand Down

0 comments on commit 5ce1081

Please sign in to comment.