Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Nov 30, 2024
1 parent 6283528 commit 12f6dc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

## 1.3

### (unreleased)
### 1.3.0

- Allow `I18n.available_locales` to contain Strings
([#612](https://github.com/shioyama/mobility/pull/612))
- Update CI config, add support for Rails 8
([#653](https://github.com/shioyama/mobility/pull/653)), thanks
[d-rodriguez](https://github.com/n-rodriguez)!
- Fix broken count statements in Active Record 8.0
([#655](https://github.com/shioyama/mobility/pull/655)), thanks
[jukra](https://github.com/jukra)!

### 1.3.0.rc3

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 = "rc3"
PRE = nil

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

0 comments on commit 12f6dc9

Please sign in to comment.