Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Sep 12, 2019
1 parent 3cb10aa commit 2aefad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ It defines DB schema using [Rails DSL](http://guides.rubyonrails.org/migrations.
* Support Rails 6.0
* `>= 0.8.1`
* Drop tables in an order considering foreign key constraints ([pull#284](https://github.com/winebarrel/ridgepole/pull/284))
* `>= 0.8.2`
* Support `postgres://` schema ([pull#285](https://github.com/winebarrel/ridgepole/pull/285))
</details>

## Installation
Expand Down
2 changes: 1 addition & 1 deletion lib/ridgepole/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Ridgepole
VERSION = '0.8.1'
VERSION = '0.8.2'
end

0 comments on commit 2aefad2

Please sign in to comment.