Skip to content

Commit

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

CHANGELOG =<<-END
IMPORTANT CHANGES LATELY:
* Fixed bugs in the `matches` Tire method in models
* Fixed JSON parser errors when logging empty bodies
* Allow arbitrary ordering of methods in the facet DSL block
* Fix issues with Mongoid gem (incorrect JSON serialization of Moped::BSON::ObjectId)
* Added `Tire::Results::Collection#each_with_hit`
* Added support for passing partial document to `Index#update`
* Added `nested` query support
END
end

0 comments on commit 4cd0169

Please sign in to comment.