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 0a9149d commit 6c23060
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,11 +2,17 @@

## 1.3

### (unreleased)
### 1.3.0

- Only support ActiveRecord >= 7.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

2 comments on commit 6c23060

@yusukegoto
Copy link

@yusukegoto yusukegoto commented on 6c23060 Nov 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README and mobility.gemspec have rc3 yet

@shioyama
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Fixed.

Please sign in to comment.