Skip to content

Commit

Permalink
Release 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Oct 30, 2011
1 parent 1b9b157 commit 62ccb65
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lib/tire/version.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
module Tire
VERSION = "0.3.8"
VERSION = "0.3.9"

CHANGELOG =<<-END
IMPORTANT CHANGES LATELY:
* Fixed a bug: `Results::Item` was referencing Ruby classes incorrectly within Rails
* Fixed `ZeroDivisionError` for empty result sets
* Display correct exception on request failure
* Added support for range queries
* Added support for mapping options
* Added support for filtered queries [#134]
* Added support for "custom_score" queries [#133]
END
end

0 comments on commit 62ccb65

Please sign in to comment.