diff --git a/Gemfile.lock b/Gemfile.lock index 1795b53..fd91d8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - talentbox-sequel-rails (0.3.6) + talentbox-sequel-rails (0.3.7) railties (~> 3.2.0) sequel (~> 3.28) diff --git a/History.md b/History.md index 552927e..4e15daf 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,11 @@ -0.3.7 - dev +0.3.8 - dev =========== +0.3.7 +===== + +* Check migration directory exists before checking if migration are pending + 0.3.6 ===== diff --git a/lib/sequel-rails/version.rb b/lib/sequel-rails/version.rb index ab6deb0..bd01797 100644 --- a/lib/sequel-rails/version.rb +++ b/lib/sequel-rails/version.rb @@ -1,5 +1,5 @@ module Rails module Sequel - VERSION = "0.3.6" + VERSION = "0.3.7" end end