Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Aug 13, 2017
1 parent e6b3019 commit 0070392
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## 0.1

### 0.2.0 (August 13, 2017)

See overview of the changes in [this blog
post](http://dejimata.com/2017/8/13/mobility-0-2-now-with-plugins).

* Mobility.default_options ([#50](https://github.com/shioyama/mobility/pull/50))
* Re-organized options under Plugins namespace ([#62](https://github.com/shioyama/mobility/pull/64))
* Backends are now Enumerable ([#71](https://github.com/shioyama/mobility/pull/71))
* Replace `autoload` by `require` ([#65](https://github.com/shioyama/mobility/pull/65))
* Remove mobility/core_ext and replace with `Mobility::Util` ([#60](https://github.com/shioyama/mobility/pull/60))
* New "default" plugin which sets a default value or proc for an attribute: ([#49](https://github.com/shioyama/mobility/pull/49))
* Add `super` option ([#62](https://github.com/shioyama/mobility/pull/62))
* Rename default associations for KeyValue and Table backends ([#59](https://github.com/shioyama/mobility/pull/59) and [#66](https://github.com/shioyama/mobility/pull/66))
* Refactor cache code ([#57](https://github.com/shioyama/mobility/pull/58))
* Gem is now signed ([#73](https://github.com/shioyama/mobility/pull/73))
* Minimum Ruby version: 2.2.7

### 0.1.20 (July 23, 2017)
* Fix location of Rails generators to work with plugins
([#56](https://github.com/shioyama/mobility/pull/56))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Installation
Add this line to your application's Gemfile:

```ruby
gem 'mobility', '~> 0.1.20'
gem 'mobility', '~> 0.2.0'
```

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,3 +1,3 @@
module Mobility
VERSION = "0.2.0.alpha"
VERSION = "0.2.0"
end

0 comments on commit 0070392

Please sign in to comment.