Skip to content

Commit

Permalink
Tag 0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Dec 5, 2008
1 parent 7c34b49 commit 231abe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
@@ -1,5 +1,7 @@
== master

== 0.1.5 / 2008-11-16

* Add all prefers/preferred accessors for preferences to be analogous to ActiveRecord column accessors
* Fix preferences defined in STI subclasses not working [Quinn Shanahan]

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'rake/contrib/sshpublisher'

spec = Gem::Specification.new do |s|
s.name = 'preferences'
s.version = '0.1.4'
s.version = '0.1.5'
s.platform = Gem::Platform::RUBY
s.summary = 'Adds support for easily creating custom preferences for models'

Expand Down

0 comments on commit 231abe4

Please sign in to comment.