Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
abicky committed Aug 9, 2020
1 parent 7266635 commit ca2fcdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -117,6 +117,9 @@ It defines DB schema using [Rails DSL](http://guides.rubyonrails.org/migrations.
* Support `require_relative` ([pull#298](https://github.com/winebarrel/ridgepole/pull/298))
* `>= 0.8.8`
* Fix keyword arguments warnings in Ruby 2.7 ([pull#303](https://github.com/winebarrel/ridgepole/pull/303))
* `>= 0.8.9`
* Fix unexpected differences on text types and blob types on Rails 6 ([pull#306](https://github.com/winebarrel/ridgepole/pull/306))
* Fix unexpected warning when a foreign key is added on the primary key ([pull#307](https://github.com/winebarrel/ridgepole/pull/307))
</details>

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

module Ridgepole
VERSION = '0.8.8'
VERSION = '0.8.9'
end

0 comments on commit ca2fcdb

Please sign in to comment.