Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Mar 13, 2021
1 parent 62ba47d commit 1b825b1
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 @@ -137,6 +137,8 @@ It defines DB schema using [Rails DSL](http://guides.rubyonrails.org/migrations.
* 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))
* `>= 0.9.2`
* Support `t.column index option` ([pull#353](https://github.com/winebarrel/ridgepole/pull/353))
</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.1'
VERSION = '0.9.2'
end

0 comments on commit 1b825b1

Please sign in to comment.