Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Dec 1, 2024
1 parent c9fc68e commit 07fab47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

## 1.3

### Unreleased
### 1.3.1

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

### 1.3.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Installation
Add this line to your application's Gemfile:

```ruby
gem 'mobility', '~> 1.3.0'
gem 'mobility', '~> 1.3.1'
```

### 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 @@ -8,7 +8,7 @@ def self.gem_version
module VERSION
MAJOR = 1
MINOR = 3
TINY = 0
TINY = 1
PRE = nil

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

0 comments on commit 07fab47

Please sign in to comment.