Skip to content

Commit

Permalink
Bumped to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Oberholzer committed Dec 9, 2010
1 parent ac5f20d commit 9f4d2ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
= Version 0.4.0
* Changed the order of the hooks, now runs in the following order:
- Exit on previous state
- Enter on new state
- Save to persistence

= Version 0.3.0
* Added a non bang method for events (Check README)
* Added tests to persistence layers (About time!)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('stateflow', '0.3.0') do |p|
Echoe.new('stateflow', '0.4.0') do |p|
p.description = "State machine that allows dynamic transitions for business workflows"
p.url = "http://github.com/ryanza/stateflow"
p.author = "Ryan Oberholzer"
Expand Down

0 comments on commit 9f4d2ca

Please sign in to comment.