Skip to content

Commit d485a18

Browse files
Merge #323
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 <[email protected]>
2 parents 8164e5f + 6473c51 commit d485a18

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.18.2'
4+
VERSION = '0.18.3'
55

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

0 commit comments

Comments
 (0)