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 Mar 19, 2012
1 parent d5d6656 commit 1e69c33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rdoc
Expand Up @@ -176,6 +176,7 @@ take advantage of auto-creation of foreign keys, you can re-enable it:
== History

* Recent Release notes:
* 0.3.0 - add :default => expressions (Thanks to Luke Saunders). support rails 3.2 and ruby 1.9.3
* 0.2.1 - suppress duplicate add_indexes. compatibility with rails 3.2.0.rc2

* SchemaPlus is derived from several "Red Hill On Rails" plugins
Expand All @@ -185,6 +186,7 @@ take advantage of auto-creation of foreign keys, you can re-enable it:
* François Beausoleil (https://github.com/francois)
* Greg Barnett (https://github.com/greg-barnett)
* Ronen Barzel (https://github.com/ronen)
* Luke Suanders (https://github.com/lukesaunders)

* SchemaPlus was created in 2011 by Michał Łomnicki and Ronen Barzel

Expand Down
2 changes: 1 addition & 1 deletion lib/schema_plus/version.rb
@@ -1,3 +1,3 @@
module SchemaPlus
VERSION = "0.2.1"
VERSION = "0.3.0"
end

0 comments on commit 1e69c33

Please sign in to comment.