Skip to content

Commit

Permalink
Merge pull request #300 from jeremytregunna/release_3_0_0
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
hoppergee authored Jan 10, 2021
2 parents 0ad3776 + 0ee8f28 commit 335f6aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Use schema to handle attribute register work
* Standardize all data models' initialize/save/update!/update_fields process.
* [Breaking] some data model's attribute names changes, check each data model for details
* Support Ruby 3 (ActiveModel >= 6)

## v2.3.0

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ to, please just [create an issue](https://github.com/jeremytregunna/ruby-trello/
## Requirements

Use the newest version for Ruby 2.5.0 or newer support. (Ruby 3 only works with ActiveModel 6 for now.)

Use version 2.2.1 or earlier for Ruby 2.1 ~ 2.4 support.

Use version 1.3.0 or earlier for Ruby 1.9.3 support.

Use version 1.4.x or earlier for Ruby 2.0.0 support.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion ruby-trello.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{ruby-trello}
s.version = "2.3.1"
s.version = "3.0.0"
s.platform = Gem::Platform::RUBY
s.license = 'MIT'

Expand Down

0 comments on commit 335f6aa

Please sign in to comment.