Skip to content

Commit 40c6a1f

Browse files
meili-bors[bot]meili-botbidoubiwa
authored
Merge #432
432: Update version for the next release (v0.23.0) r=bidoubiwa a=meili-bot This version introduces features released on Meilisearch v1.1.0 🎉 Check out the changelog of [Meilisearch v1.1.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.1.0) for more information on the changes. ### 🚀 Enhancements - Add a new optional argument to `add_documents_csv`. This argument allows you to customize the separator character in your `csv` file. (#429) `@brunoocasali.` - Add `client.multi_search()` method to execute multiple search requests simultaneously with different configurations. (#430) `@brunoocasali` Usage example: ```ruby client.multi_search([ { index_uid: 'books', q: 'prince' }, { index_uid: 'movies', q: 'prince' }, ]) ``` ⚠️ The `SearchQuery` was not meant to be used if the regular `$index->search()` requests (yet). Co-authored-by: meili-bot <[email protected]> Co-authored-by: cvermand <[email protected]>
2 parents 2bb24e2 + 660a315 commit 40c6a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/meilisearch/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module MeiliSearch
4-
VERSION = '0.22.0'
4+
VERSION = '0.23.0'
55

66
def self.qualified_version
77
"Meilisearch Ruby (v#{VERSION})"

0 commit comments

Comments
 (0)