Skip to content

Commit

Permalink
version bump 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen committed Apr 1, 2015
1 parent aad19ea commit bc3ebf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ SchemaPlus::Core provides a state object and of callbacks to various phases of t

## History

* 0.3.0 Added `Model::Association::Declaration`
* 0.2.1 Added `Migration::CreateTable` and `Schema::Define`; removed dependency on (defunct) `schema_monkey_rails` gem. [Oops, this should have been a minor version bump]
* 0.2.0 Added `Migration::DropTable`
* 0.1.0 Initial release
Expand Down
2 changes: 1 addition & 1 deletion lib/schema_plus/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module SchemaPlus
module Core
VERSION = "0.2.1"
VERSION = "0.3.0"
end
end

0 comments on commit bc3ebf6

Please sign in to comment.