Skip to content

Commit

Permalink
Merge pull request #448 from ridgepole/bump_up_version
Browse files Browse the repository at this point in the history
Bump up version
  • Loading branch information
winebarrel committed Oct 26, 2023
2 parents 534bc37 + 3374a8e commit e5c1718
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 2.0

### 2.0.0.beta2 (2023/10/26)

* Support Rails 7.1 [pull#447](https://github.com/ridgepole/ridgepole/pull/447)
* Drop Rails 6.0 support [pull#440](https://github.com/ridgepole/ridgepole/pull/440)

### 2.0.0.beta (2023/10/22)

* Support Rails 7.1 [pull#441](https://github.com/ridgepole/ridgepole/pull/441)
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ It defines DB schema using [Rails DSL](http://guides.rubyonrails.org/migrations.

**Notice**

* Support Rails 7.1 ridgepole v2.0.0. (cf. https://github.com/ridgepole/ridgepole/pull/441)
* Drop support AcriveRecord 6.0 in ridgepole v2.0.0. (cf. https://github.com/ridgepole/ridgepole/pull/440)
* ridgepole v2.0.0
* Support Trilogy (cf. https://github.com/ridgepole/ridgepole/pull/447)
* Support Rails 7.1 (cf. https://github.com/ridgepole/ridgepole/pull/441)
* Drop support AcriveRecord 6.0 (cf. https://github.com/ridgepole/ridgepole/pull/440)
* Drop support ActiveRecord 5.x in ridgepole v1.2.0.
* Partitioning is no longer supported in ridgepole v1.1.0.
* ActiveRecord 7.x has some incompatible changes. If you get unintended differences in `datetime` columns consider changing `precision`:
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 = '2.0.0.beta'
VERSION = '2.0.0.beta2'
end

0 comments on commit e5c1718

Please sign in to comment.