Skip to content

Commit

Permalink
Release 1.3.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Mar 20, 2024
1 parent dbd7707 commit 7953183
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 @@ -2,6 +2,11 @@

## 1.3

### 1.3.0.rc2

- Pass `coder` as keyword argument to `serialize` (ActiveRecord version > 3.2)
([#617](https://github.com/shioyama/mobility/pull/617))

### 1.3.0.rc1

This version includes potentially breaking chnages for jsonb and hstore
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.3.0.rc1'
gem 'mobility', '~> 1.3.0.rc2'
```

### 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 @@ -9,7 +9,7 @@ module VERSION
MAJOR = 1
MINOR = 3
TINY = 0
PRE = "rc1"
PRE = "rc2"

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

0 comments on commit 7953183

Please sign in to comment.