Skip to content

Commit c328326

Browse files
Merge #167
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]>
2 parents 1aaedef + 18a2a6e commit c328326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/meilisearch/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module MeiliSearch
44
module Rails
5-
VERSION = '0.5.2'
5+
VERSION = '0.6.0'
66
end
77
end

0 commit comments

Comments
 (0)