Skip to content

Commit

Permalink
version bump 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen committed May 22, 2015
1 parent 8bf91fb commit 0c20470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -450,6 +450,7 @@ SchemaPlus::Core provides a state object and of callbacks to various phases of t

## History

* 0.5.0 Added `Migration::DropTable`
* 0.4.0 Add `implements_reference` to `Migration::Column` stack env
* 0.3.1 Pass along (undocumented) return values from association declarations
* 0.3.0 Added `Model::Association::Declaration`
Expand Down
2 changes: 1 addition & 1 deletion lib/schema_plus/core/version.rb
@@ -1,5 +1,5 @@
module SchemaPlus
module Core
VERSION = "0.4.0"
VERSION = "0.5.0"
end
end

0 comments on commit 0c20470

Please sign in to comment.