Skip to content

Commit

Permalink
Bump version to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Oct 23, 2012
1 parent aa3ad20 commit d47ac85
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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)

Expand Down
7 changes: 6 additions & 1 deletion 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
=====

Expand Down
2 changes: 1 addition & 1 deletion lib/sequel-rails/version.rb
@@ -1,5 +1,5 @@
module Rails
module Sequel
VERSION = "0.3.6"
VERSION = "0.3.7"
end
end

0 comments on commit d47ac85

Please sign in to comment.