Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed May 4, 2012
1 parent 67aa3a4 commit 4c6a819
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lib/tire/version.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
module Tire
VERSION = "0.4.1"
VERSION = "0.4.2"

CHANGELOG =<<-END
IMPORTANT CHANGES LATELY:
Version 0.4.1
-------------
* Added a Index#settings method to retrieve index settings as a Hash
* Added support for the "scan" search in the Ruby API
* Added support for reindexing the index documents into new index
* Added basic support for index aliases
* Changed, that Index#bulk_store runs against an index endpoint, not against `/_bulk`
* Refactorings, fixes, Ruby 1.8 compatibility
Version 0.4.2
-------------
* Fixed incorrect handling of PUT requests in the Curb client
* Fixed, that blocks passed to `Tire::Index.new` or `Tire.index` losed the scope
* Added `Tire::Alias`, interface and DSL to manage aliases as resources
END
end

0 comments on commit 4c6a819

Please sign in to comment.