Skip to content

Commit

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

## ⚠️ Breaking changes

* PerEnvironment configuration now it should be applied globally (#153) `@brunoocasali`
 ⚠️ If the user runs the application with the old configuration, an exception will be raised. The choice here is to make the user aware of this configuration (if they keep the old way, no suffix would be applied and that will cause silent problems in production).

## 🚀 Enhancements

* Improve Docker configuration in the package (#151) `@brunoocasali`

## 🐛 Bug Fixes

* Check for `Sequel::Model` instead of only `::Sequel` (#164) `@uvera`

Thanks again to `@brunoocasali` and `@uvera!` 🎉


Co-authored-by: Bruno Casali <[email protected]>
  • Loading branch information
bors[bot] and brunoocasali authored Jun 29, 2022
2 parents 1aaedef + 18a2a6e commit c328326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/meilisearch/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module MeiliSearch
module Rails
VERSION = '0.5.2'
VERSION = '0.6.0'
end
end

0 comments on commit c328326

Please sign in to comment.