Skip to content

Commit

Permalink
Merge pull request #51 from GeorgeKaraszi/release/v2.0
Browse files Browse the repository at this point in the history
Release Version: 2.0.0
  • Loading branch information
GeorgeKaraszi authored Dec 22, 2020
2 parents 5e29faa + 19a32c6 commit 09891ae
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.10
2.5.7
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 2.0.0 - December 22nd 2020

## Changes

Expand Down
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_record_extended (1.4.0)
active_record_extended (2.0.0)
activerecord (>= 5.1, < 6.2)
ar_outer_joins (~> 0.2)
pg (< 3.0)
Expand Down Expand Up @@ -40,7 +40,6 @@ GEM
parser (2.7.2.0)
ast (~> 2.4.1)
pg (1.2.3)
pg (1.2.3-x64-mingw32)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ Active Record Extended is essentially providing users with the other half of Pos
## Compatibility

This package is designed align and work with any officially supported Ruby and Rails versions.
- Minimum Ruby Version: 2.3.x **(EOL warning!)**
- Minimum Rails Version: 5.0.x **(EOL warning!)**
- Latest Ruby supported: 2.6.x
- Latest Rails supported: 6.0.x
- Postgres: 9.6-current(11) (probably works with most older versions to a certain point)
- Minimum Ruby Version: 2.4.x **(EOL warning!)**
- Minimum Rails Version: 5.1.x **(EOL warning!)**
- Minimum Postgres Version: 9.6.x **(EOL warning!)**
- Latest Ruby supported: 2.7.x
- Latest Rails supported: 6.1.x
- Postgres: 9.6-current(13) (probably works with most older versions to a certain point)

## Installation

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

module ActiveRecordExtended
VERSION = "1.4.0"
VERSION = "2.0.0"
end

0 comments on commit 09891ae

Please sign in to comment.