Skip to content

Commit 335f6aa

Browse files
authored
Merge pull request #300 from jeremytregunna/release_3_0_0
Release 3.0.0
2 parents 0ad3776 + 0ee8f28 commit 335f6aa

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Use schema to handle attribute register work
88
* Standardize all data models' initialize/save/update!/update_fields process.
99
* [Breaking] some data model's attribute names changes, check each data model for details
10+
* Support Ruby 3 (ActiveModel >= 6)
1011

1112
## v2.3.0
1213

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ to, please just [create an issue](https://github.com/jeremytregunna/ruby-trello/
1717
## Requirements
1818

1919
Use the newest version for Ruby 2.5.0 or newer support. (Ruby 3 only works with ActiveModel 6 for now.)
20+
2021
Use version 2.2.1 or earlier for Ruby 2.1 ~ 2.4 support.
22+
2123
Use version 1.3.0 or earlier for Ruby 1.9.3 support.
24+
2225
Use version 1.4.x or earlier for Ruby 2.0.0 support.
2326

2427
## Installation

ruby-trello.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = %q{ruby-trello}
3-
s.version = "2.3.1"
3+
s.version = "3.0.0"
44
s.platform = Gem::Platform::RUBY
55
s.license = 'MIT'
66

0 commit comments

Comments
 (0)