Skip to content

Commit

Permalink
Release 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Oct 24, 2011
1 parent 9a1f315 commit 8013be3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/tire/version.rb
@@ -1,13 +1,13 @@
module Tire
VERSION = "0.3.7"
VERSION = "0.3.8"

CHANGELOG =<<-END
IMPORTANT CHANGES LATELY:
* Fixed a bug: `Results::Item` was referencing Ruby classes incorrectly within Rails
* Added support for the Analyze API (#124)
* Added support for adding multiple filters (#122)
* Fixed incorrect passing of options in the `date` and `terms` facets
* Removed SDoc since it breaks with current RDoc
* Fixed `ZeroDivisionError` for empty result sets
* Display correct exception on request failure
* Added support for range queries
* Added support for mapping options
END
end

0 comments on commit 8013be3

Please sign in to comment.