Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Aug 21, 2011
1 parent a05e4bf commit 6dcffaf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/tire/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,13 +1,13 @@
module Tire module Tire
VERSION = "0.1.16" VERSION = "0.2.0"


CHANGELOG =<<-END CHANGELOG =<<-END
IMPORTANT CHANGES LATELY: IMPORTANT CHANGES LATELY:
# Defined mapping for nested fields [#56] # By default, results are wrapped in Item class (05a1331)
# Mapping type is optional and defaults to "string" # Completely rewritten ActiveModel/ActiveRecord support
# Fixed handling of fields returned prefixed by _source from ES [#31] # Added method to items for loading the "real" model from database (f9273bc)
# Allow passing the type to search and added that model passes `document_type` to search [@jonkarna, #38] # Added the ':load' option to eagerly load results from database (1e34cde)
# Allow leaving index name empty for searching the whole server # Deprecated the dynamic sort methods, use the 'sort { by :field_name }' syntax
END END
end end

0 comments on commit 6dcffaf

Please sign in to comment.