Skip to content

Commit

Permalink
Merge pull request #21 from garettarrowood/prep_3_0_release
Browse files Browse the repository at this point in the history
Prep 3.0.0 release
  • Loading branch information
garettarrowood authored Dec 20, 2018
2 parents c15f8ff + af9c7d2 commit 5b05fd2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## Unreleased

## v3.0.0 - 2018-12-20

- Drop support for any Ruby < 2.3 and Rails < 4.2.
- Add support for Rails 5.2
- Resolve some Rubocop lint violations
- Resolve Rubocop lint violations
- Test combinations of Ruby and Rails versions in CI

## v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ActiveModel + Redis with the aim to mimic ActiveRecord where possible.

## Requirements

Modis supports any actively supported Ruby and Ruby on Rails versions. As of 2018-12-19, that means CRuby 2.3+ and jRuby 9k+, as well as Rails 4.2+.
Modis supports any actively supported Ruby and Ruby on Rails versions. As of 2018-12-20, that means CRuby 2.3+ and jRuby 9k+, as well as Rails 4.2+.

## Installation

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

module Modis
VERSION = '2.1.0'
VERSION = '3.0.0'
end

0 comments on commit 5b05fd2

Please sign in to comment.