-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
645: Update version for the next release (v0.28) r=Strift a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-rust to a new version: "v0.28" 👇 CHANGELOG ## ✨ New - [AI-powered search](https://www.meilisearch.com/docs/learn/ai_powered_search/getting_started_with_ai_search) is now stable `@/Strift` ## 🚀 Enhancements * Remove in the next version non-existent experimental feature (#638) `@/CommanderStorm` * Add support for language settings and search parameter (#620) `@/necocen` * Support reverse param in get_tasks (#633) `@/ellnix` * Add `indices` to `MatchRange` (#632) `@/LukasKalbertodt` * Changes related to the next Meilisearch release (v1.13) (#637) ## ⚙️ Maintenance/misc * Use resolver = "2" (#623) `@/dureuill` * Fix linting errors (#630) `@/Strift` * Fix broken links (#636) `@/ellnix` * Fix separator token code samples (#640) `@/ellnix` * Make doc-comments consistently be doc-comments (#639) `@/CommanderStorm` Thanks again to `@/CommanderStorm,` `@/LukasKalbertodt,` `@/Strift,` `@/dureuill,` `@/ellnix,` and `@n/ecocen!` 🎉 Co-authored-by: meili-bot <[email protected]> Co-authored-by: Laurent Cazanove <[email protected]>
- Loading branch information
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "meilisearch-sdk" | ||
version = "0.27.1" | ||
version = "0.28.0" | ||
authors = ["Mubelotix <[email protected]>"] | ||
edition = "2018" | ||
description = "Rust wrapper for the Meilisearch API. Meilisearch is a powerful, fast, open-source, easy to use and deploy search engine." | ||
|
@@ -22,7 +22,7 @@ time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsi | |
yaup = "0.3.1" | ||
either = { version = "1.8.0", features = ["serde"] } | ||
thiserror = "1.0.37" | ||
meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.27.1" } | ||
meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.28.0" } | ||
pin-project-lite = { version = "0.2.13", optional = true } | ||
reqwest = { version = "0.12.3", optional = true, default-features = false, features = ["rustls-tls", "http2", "stream"] } | ||
bytes = { version = "1.6", optional = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters