Skip to content

Commit

Permalink
Merge #572
Browse files Browse the repository at this point in the history
572: Update version for the next release (v0.29.0) r=brunoocasali a=meili-bot

_This PR is auto-generated._

The automated script updates the version of meilisearch-ruby to a new version: "v0.29.0"

--- Changelogs 👇 ---

## ⚠️ Breaking changes (experimental feature)

* `embedder` is now mandatory everywhere - Ensure compatibility with [Meilisearch v1.11](https://github.com/meilisearch/meilisearch/releases/tag/v1.11.0) by `@/curquiza`


Co-authored-by: meili-bot <[email protected]>
  • Loading branch information
meili-bors[bot] and meili-bot authored Oct 28, 2024
2 parents 10e07e6 + f6a80ff commit d838785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/meilisearch/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module MeiliSearch
VERSION = '0.28.4'
VERSION = '0.29.0'

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

0 comments on commit d838785

Please sign in to comment.