Skip to content

Commit

Permalink
Tag 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Oct 26, 2008
1 parent a3851fd commit 6d21379
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.3.1 / 2008-10-26

* Fix the initial state not getting set when the state attribute is mass-assigned but protected
* Change how the base module is included to prevent namespacing conflicts

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 = 'state_machine'
s.version = '0.3.0'
s.version = '0.3.1'
s.platform = Gem::Platform::RUBY
s.summary = 'Adds support for creating state machines for attributes within a model'

Expand Down

0 comments on commit 6d21379

Please sign in to comment.