-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## v0.1.0, 5 November 2013 | ||
|
||
*Additions* | ||
- Adds Mongoid adapter and generators (patch by [@dluxemburg](https://github.com/dluxemburg)) | ||
|
||
*Changes* | ||
- Replaces `config#transition_class` with `Statesman::Adapters::ActiveRecordTransition` mixin. (inspired by [@cjbell88](https://github.com/cjbell88)) | ||
- Renames the active record transition generator from `statesman:transition` to `statesman:active_record_transition`. | ||
- Moves to using `require_relative` internally where possible to avoid stomping on application load paths. | ||
|
||
## v0.0.1, 28 October 2013. | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Statesman | ||
VERSION = "0.0.1" | ||
VERSION = "0.1.0" | ||
end |