Skip to content

Commit 94446a5

Browse files
committed
8.0.1 release
1 parent 7810653 commit 94446a5

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
## unreleased
22

33

4-
## 8.0.0 (2024-11-09)
4+
## 8.0.1 (2024-11-10)
5+
6+
- Update following locales:
7+
- English (en): Add missing key (`password_too_long`)
8+
- Portuguese (pt): Add missing keys (`password_too_long`, `negative_format`, and `zb`)
9+
- Update Gemfile
10+
11+
## 8.0.0 (2024-11-10)
512

613
- Update to Rails 8.0.x
14+
- Drop support for Ruby 3.0 and 3.1
715

816
## 7.0.10 (2024-10-28)
917

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rails-i18n (8.0.0)
4+
rails-i18n (8.0.1)
55
i18n (>= 0.7, < 2)
66
railties (>= 8.0.0, < 9)
77

rails-i18n.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.platform = Gem::Platform::RUBY
33
s.name = "rails-i18n"
4-
s.version = "8.0.0"
4+
s.version = "8.0.1"
55
s.authors = ["Rails I18n Group"]
66
s.email = "[email protected]"
77
s.homepage = "https://github.com/svenfuchs/rails-i18n"

0 commit comments

Comments
 (0)