Skip to content

Commit

Permalink
Merge pull request #83 from eudoxa/prepare_v3_tag
Browse files Browse the repository at this point in the history
update requirement and bumpup version
  • Loading branch information
eudoxa authored May 13, 2024
2 parents f5e4732 + e8e198a commit 5a1d8bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Unreleased
## 3.0.0
* Support Rails 6,1. 7.0, 7.1.
* Drop support for Raiils below 6.0
* Drop support for Ruby 2
* Drop support for classic loader
* Support Ruby >= 3.0.
* Drop support for Rails <= 6.0.
* Drop support for Ruby 2.
* Drop support for classic loader.
* The functionality to extend the view_paths has been discontinued.
* The functionality to extend the models has been discontinued.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ When any errors are raised from chanko's features,
it will be automatically hidden and fallback to its normal behavior.

## Requirements
* Ruby >= 2.6.0
* Rails >= 5.0.0
* Ruby >= 3.0.0
* Rails >= 6.1.0

## Usage
Add to your Gemfile.
Expand Down
2 changes: 1 addition & 1 deletion lib/chanko/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Chanko
VERSION = "2.3.0"
VERSION = "3.0.0"
end

0 comments on commit 5a1d8bb

Please sign in to comment.