Skip to content

Commit

Permalink
Release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Jan 5, 2013
1 parent f946eea commit 33ccce6
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions lib/tire/version.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
module Tire
VERSION = "0.5.3"
VERSION = "0.5.4"

CHANGELOG =<<-END
IMPORTANT CHANGES LATELY:
* Added `Tire::Results::Collection#each_with_hit`
* Added support for passing partial document to `Index#update`
* Added `nested` query support
* Added the support for the Count API
* Escape single quotes in `to_curl` serialization
* Added JRuby compatibility
* Added proper `as_json` support for `Results::Collection` and `Results::Item` classes
* Added extracting the `routing` information in the `Index#store` method
* Refactored the `update_index` method for search and persistence integration
* Cast collection properties in Model::Persistence as empty Array by default
* Allow passing `:index` option to `MyModel.import`
* Update to Mocha ~> 0.13
* Update to MultiJson ~> 1.3
END
end

0 comments on commit 33ccce6

Please sign in to comment.