Skip to content

Commit

Permalink
Release 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Mar 27, 2013
1 parent efb9c14 commit 89439ea
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions lib/tire/version.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
module Tire
VERSION = "0.5.5"
VERSION = "0.5.6"

CHANGELOG =<<-END
IMPORTANT CHANGES LATELY:
* Improved documentation
* Improved isolation of Tire methods in model integrations
* Improved handling of times/dates in `Model::Persistence`
* Added support for "Put Mapping" and "Delete mapping" APIs
* Added escaping document IDs in URLs
* Allowed passing URL options when passing search definition as a Hash
* Added support for the `constant_score` query
* Prevent `Curl::Err::MultiBadEasyHandle` errors in the Curb client
* Refactored the model importing integration and Rake tasks
END
end

0 comments on commit 89439ea

Please sign in to comment.