Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Aug 6, 2021
1 parent 2d24acb commit 7970ee4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

## 1.1

### 1.1.3
- Do not swallow keyword args on ruby 3 in fallthrough accessors
([#520](https://github.com/shioyama/mobility/pull/520)) thanks
[doits](https://github.com/doits)!

### 1.1.2
- Check whether class responds to mobility_attribute?
([#515](https://github.com/shioyama/mobility/pull/515))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Installation
Add this line to your application's Gemfile:

```ruby
gem 'mobility', '~> 1.1.2'
gem 'mobility', '~> 1.1.3'
```

### ActiveRecord (Rails)
Expand Down
2 changes: 1 addition & 1 deletion lib/mobility/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def self.gem_version
module VERSION
MAJOR = 1
MINOR = 1
TINY = 2
TINY = 3
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
Expand Down

0 comments on commit 7970ee4

Please sign in to comment.