Skip to content

Commit

Permalink
Merge #323
Browse files Browse the repository at this point in the history
323: Update version for the next release (v0.18.3) r=curquiza a=brunoocasali

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 on the changes.

## πŸš€ Enhancements

* Ensure nested field support (#318) `@brunoocasali`
* Add `highlightPreTag`, `highlightPostTag`, `cropMarker`, parameters in the search request (#319) `@brunoocasali`
* Create a helper module to reduce test duplication (#316) `@brunoocasali`

## πŸ› Bug Fixes

* Improve error handling, rescue EPIPE and Net::* errors (#307) `@brunoocasali`

Thanks again to `@brunoocasali!` πŸŽ‰


Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
  • Loading branch information
meili-bors[bot] and brunoocasali committed May 9, 2022
2 parents 8164e5f + 6473c51 commit d485a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/meilisearch/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module MeiliSearch
VERSION = '0.18.2'
VERSION = '0.18.3'

def self.qualified_version
"Meilisearch Ruby (v#{VERSION})"
Expand Down

0 comments on commit d485a18

Please sign in to comment.