Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Feb 10, 2021
1 parent 56a2503 commit f5ce2cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -135,6 +135,8 @@ It defines DB schema using [Rails DSL](http://guides.rubyonrails.org/migrations.
* Support Rails 6.1 ([pull#323](https://github.com/winebarrel/ridgepole/pull/323))
* Disable Rails 5.0 support ([pull#335](https://github.com/winebarrel/ridgepole/pull/335))
* Fix PK AUTO_INCREMENT change bug ([pull#334](https://github.com/winebarrel/ridgepole/pull/334))
* `>= 0.9.1`
* Support `t.foreign_key` ([pull#348](https://github.com/winebarrel/ridgepole/pull/348))
</details>

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

module Ridgepole
VERSION = '0.9.0'
VERSION = '0.9.1'
end

0 comments on commit f5ce2cd

Please sign in to comment.