Skip to content

Commit

Permalink
Version bump to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Aug 31, 2011
1 parent a6094ac commit d95e187
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem to manage read/unread status of ActiveRecord objects - and it's fast.

## Requirements

* Ruby 1.8.7, REE or 1.9.2
* Ruby 1.8.7 or 1.9.2
* ActiveRecord 2.3.x, 3.0.x, 3.1.x (tested with SQLite and MySQL)
* Needs a timestamp field in your models (e.g. created_at) with a database index on it

Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.0.4 - 2011/08/31

* Ignore multiple calls of acts_as_*
* Improved error messages
* Tested with Rails 3.1

0.0.3 - 2011/08/01

* Fixed gemspec by adding development dependencies
Expand Down
2 changes: 1 addition & 1 deletion lib/unread/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Unread
VERSION = '0.0.3'
VERSION = '0.0.4'
end

0 comments on commit d95e187

Please sign in to comment.