Skip to content

Commit

Permalink
Release 0.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed May 27, 2020
1 parent 742408a commit b24eb42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

## 0.8

### 0.8.12 (May 15, 2020) (yanked)
### 0.8.13 (May 27, 2020)

* Fix fallthrough accessor method_missing not passing all options to super
([#364](https://github.com/shioyama/mobility/pull/364), thanks
([#364](https://github.com/shioyama/mobility/pull/364),
[#384](https://github.com/shioyama/mobility/pull/384),
[#377](https://github.com/shioyama/mobility/pull/377), thanks
[doits](https://github.com/doits)!)

### 0.8.12 (May 15, 2020)

(yanked)

### 0.8.11 (May 14, 2020)
* Handle select with block
([#359](https://github.com/shioyama/mobility/pull/359), thanks
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Installation
Add this line to your application's Gemfile:

```ruby
gem 'mobility', '~> 0.8.11'
gem 'mobility', '~> 0.8.13'
```

Mobility is cryptographically signed. To be sure the gem you install hasn't
Expand Down
2 changes: 1 addition & 1 deletion lib/mobility/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Mobility
VERSION = "0.8.12"
VERSION = "0.8.13"
end

0 comments on commit b24eb42

Please sign in to comment.