Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Sep 27, 2021
1 parent 6eec8a8 commit cf6bbf4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@

## 1.2

### 1.2.1
- Refactor ColumnFallback plugin
([#530](https://github.com/shioyama/mobility/pull/530))

### 1.2.0
- Add ColumnFallback plugin
([#512](https://github.com/shioyama/mobility/pull/512))
([#512](https://github.com/shioyama/mobility/pull/512))
- Fix Sequel querying on untranslated attributes in `i18n` block
([#529](https://github.com/shioyama/mobility/pull/529))
([#529](https://github.com/shioyama/mobility/pull/529))
- Allow passing configured backend class as third argument to setup
([#528](https://github.com/shioyama/mobility/pull/528))
([#528](https://github.com/shioyama/mobility/pull/528))
- Clearly distinguish backend classes from their configured subclasses
([#527](https://github.com/shioyama/mobility/pull/527))
([#527](https://github.com/shioyama/mobility/pull/527))

### 1.1.3
- Do not swallow keyword args on ruby 3 in fallthrough accessors
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.2.0'
gem 'mobility', '~> 1.2.1'
```

### 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 = 2
TINY = 0
TINY = 1
PRE = nil

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

0 comments on commit cf6bbf4

Please sign in to comment.