Skip to content

Commit

Permalink
Release v0.5.8
Browse files Browse the repository at this point in the history
Fixes: karmi#688
  • Loading branch information
karmi committed May 14, 2013
1 parent 738f734 commit ff36252
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions lib/tire/version.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
module Tire
VERSION = "0.5.7"
VERSION = "0.5.8"

CHANGELOG =<<-END
IMPORTANT CHANGES LATELY:
* Added support for the `constant_score` query
* Prevent `Curl::Err::MultiBadEasyHandle` errors in the Curb client
* Refactored the model importing integration and Rake tasks
* Enabled passing options to the `terms` query
* Fixed, that Model::Persistence uses "string" as the default mapping type
* Fixed, that Model::Persistence returns true/false for #save and #destroy operations
* Fixed the `uninitialized constant HRULE` in Rake tasks
* Fixed `Item#to_hash` functionality to work with Arrays
* Updated the Rails application template and install instructions
* Improved the test suite for Travis
END
end

0 comments on commit ff36252

Please sign in to comment.