Skip to content

Commit

Permalink
version bump 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen committed Jun 17, 2015
1 parent 80a747b commit 494f4bc
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 @@ -109,6 +109,7 @@ This returns just the body of the definition, i.e. the part after the `CREATE VI

## History

* 0.2.2 - Prettier dumps: use heredoc for definition string
* 0.2.1 - Fix db:rollback
* 0.2.0 - Added :allow_replace option (thanks to [@hcarver](https://github.com/hcarver))
* 0.1.0 - Initial release, extracted from schema_plus 1.x
Expand Down
2 changes: 1 addition & 1 deletion lib/schema_plus/views/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module SchemaPlus
module Views
VERSION = "0.2.1"
VERSION = "0.2.2"
end
end

0 comments on commit 494f4bc

Please sign in to comment.