From 1d04d8e40948f763c651a58535a4077f361bcae6 Mon Sep 17 00:00:00 2001 From: ronen barzel Date: Thu, 25 Jun 2015 22:28:43 +0100 Subject: [PATCH] version bump 0.2.3 --- README.md | 1 + lib/schema_plus/views/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1eebe8..ac3056c 100644 --- a/README.md +++ b/README.md @@ -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)) diff --git a/lib/schema_plus/views/version.rb b/lib/schema_plus/views/version.rb index f32f5b1..58f8fbc 100644 --- a/lib/schema_plus/views/version.rb +++ b/lib/schema_plus/views/version.rb @@ -1,5 +1,5 @@ module SchemaPlus module Views - VERSION = "0.2.2" + VERSION = "0.2.3" end end