Commit f81503caec7d4003f46e21b23b1109211da39bd5

Authored by Andrew Kane
1 parent bbf46f17

Version bump

Showing 2 changed files with 6 additions and 1 deletions   Show diff stats
  1 +## 0.3.3
  2 +
  3 +- Better error messages
  4 +- Added where: {field: nil} queries
  5 +
1 ## 0.3.2 6 ## 0.3.2
2 7
3 - Added support for single table inheritance 8 - Added support for single table inheritance
lib/searchkick/version.rb
1 module Searchkick 1 module Searchkick
2 - VERSION = "0.3.2" 2 + VERSION = "0.3.3"
3 end 3 end