Skip to content

Commit

Permalink
Release 1.0.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Nov 11, 2020
1 parent 6dbb884 commit f684b4b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

1.0 is a rewrite of many internals of the gem. Please see the [wiki page on v1.0](https://github.com/shioyama/mobility/wiki/Introduction-to-Mobility-v1.0) for more details on how to upgrade.

## 1.0.0.beta2 (pre-release)

- Refactor attributes & backend plugins and make `mobility_attributes` public
([#462](https://github.com/shioyama/mobility/pull/462))
- Make attribute_methods plugin depend on attributes
([#461](https://github.com/shioyama/mobility/pull/461))

## 1.0.0.beta1 (pre-release)

- Remove `Mobility::Backend#apply_plugin`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To use the latest pre-version of Mobility 1.0, add this line to your
application's Gemfile:

```ruby
gem 'mobility', '~> 1.0.0.beta1'
gem 'mobility', '~> 1.0.0.beta2'
```

For the latest stable version of Mobility, see the readme on the
Expand Down
2 changes: 1 addition & 1 deletion lib/mobility/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module VERSION
MAJOR = 1
MINOR = 0
TINY = 0
PRE = "beta1"
PRE = "beta2"

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

0 comments on commit f684b4b

Please sign in to comment.