Skip to content

Commit

Permalink
Bump version to 2.0.0.20121011
Browse files Browse the repository at this point in the history
Signed-off-by: David Celis <david@davidcelis.com>
  • Loading branch information
David Celis committed Oct 11, 2012
1 parent bbc2c65 commit 43bfa3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Changelog
=========

2.0.0 (Current version)
-----------------------
2.0.0.20121011 (Current version)
--------------------------------
* Fix a bug where rated items would show up in recommended sets
* Fix support for versions of Redis < 2.4. Redis 1.x is untested.
* Fix a bug where workers would not queue up jobs.

2.0.0
-----
**IMPORTANT**: This is a MAJOR version bump that should greatly improve the performance of Recommendable. Most of the library has been rewritten from the ground up and, as such, there are steps you must take to make your application compatibile with this version.

1. Flush your Redis database. Yes, you'll have to regenerate any recommendations at the end. Sorry.
Expand Down
2 changes: 1 addition & 1 deletion lib/recommendable/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Recommendable
MAJOR = 2
MINOR = 0
PATCH = 0
PRE = nil
PRE = 20121011

VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.'
end

0 comments on commit 43bfa3a

Please sign in to comment.