Skip to content

Commit

Permalink
version bump 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen committed Jun 25, 2015
1 parent 7d20b9a commit 1d04d8e
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.3 - Remove unnecessary escaping in dump; use single-quote heredoc
* 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))
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.2"
VERSION = "0.2.3"
end
end

0 comments on commit 1d04d8e

Please sign in to comment.