Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Sep 1, 2011
1 parent b8deb1c commit b2cd838
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/tire/version.rb
@@ -1,5 +1,5 @@
module Tire
VERSION = "0.2.1"
VERSION = "0.3.0"

CHANGELOG =<<-END
IMPORTANT CHANGES LATELY:
Expand All @@ -17,5 +17,12 @@ module Tire
# Added the 'settings' method for models to define index settings
# Fixed errors when importing data with will_paginate vs Kaminari (MongoDB)
# Added support for histogram facets [Paco Guzman]
0.2.1
---------------------------------------------------------
# Isolated Tire ActiveModel integration into `tire` class and instance method.
When there's no conflict with existing methods, Tire methods are added
to the class namespace, as well, so the change is 100% backwards-compatible.
END
end

0 comments on commit b2cd838

Please sign in to comment.