Skip to content

Commit 37d2ad5

Browse files
committed
Release 1.3.2
1 parent 5837213 commit 37d2ad5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 1.3
44

5+
### 1.3.2
6+
7+
- Handle `nil` assignment for PgHash
8+
([#665](https://github.com/shioyama/mobility/pull/665)), thanks
9+
[unavailabl3](https://github.com/unavailabl3)!
10+
511
### 1.3.1
612

713
- Use classify to generate table name

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Installation
5454
Add this line to your application's Gemfile:
5555

5656
```ruby
57-
gem 'mobility', '~> 1.3.1'
57+
gem 'mobility', '~> 1.3.2'
5858
```
5959

6060
### ActiveRecord (Rails)

lib/mobility/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def self.gem_version
88
module VERSION
99
MAJOR = 1
1010
MINOR = 3
11-
TINY = 1
11+
TINY = 2
1212
PRE = nil
1313

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

0 commit comments

Comments
 (0)