Skip to content

Commit 1d04d8e

Browse files
committed
version bump 0.2.3
1 parent 7d20b9a commit 1d04d8e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ This returns just the body of the definition, i.e. the part after the `CREATE VI
109109

110110
## History
111111

112+
* 0.2.3 - Remove unnecessary escaping in dump; use single-quote heredoc
112113
* 0.2.2 - Prettier dumps: use heredoc for definition string
113114
* 0.2.1 - Fix db:rollback
114115
* 0.2.0 - Added :allow_replace option (thanks to [@hcarver](https://github.com/hcarver))

lib/schema_plus/views/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module SchemaPlus
22
module Views
3-
VERSION = "0.2.2"
3+
VERSION = "0.2.3"
44
end
55
end

0 commit comments

Comments
 (0)