Skip to content

Commit 07fab47

Browse files
committed
Release 1.3.1
1 parent c9fc68e commit 07fab47

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
## 1.3
44

5-
### Unreleased
5+
### 1.3.1
66

77
- Use classify to generate table name
88
([#634](https://github.com/shioyama/mobility/pull/634)), thanks
99
[divanburger](https://github.com/divanburger)!
10+
- Fix select + count in ActiveRecord
11+
8 ([#659](https://github.com/shioyama/mobility/pull/659))
1012

1113
### 1.3.0
1214

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.0'
57+
gem 'mobility', '~> 1.3.1'
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 = 0
11+
TINY = 1
1212
PRE = nil
1313

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

0 commit comments

Comments
 (0)