Skip to content

Commit a4d5e50

Browse files
Merge pull request #3152 from faker-ruby/bump-faker-to-v3.5.3
Bump faker to v3.5.3
2 parents 7dbacc0 + bf8ca84 commit a4d5e50

File tree

3 files changed

+56
-2
lines changed

3 files changed

+56
-2
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,59 @@
11
# Changelog
22

3+
## [v3.5.3](https://github.com/faker-ruby/faker/tree/v3.5.3) (2025-12-02)
4+
5+
Wishing you a cozy and calm Holiday season ☃️
6+
7+
This version adds and improves some locales, fixes some bugs, and deprecates some generators.
8+
9+
Thanks to all contributors!
10+
11+
### Deprecated generators
12+
* Refactor: move `Faker::BossaNova` under `Faker::Music::BossaNova` by @thdaraujo in https://github.com/faker-ruby/faker/pull/3140
13+
* Deprecate `Faker::Twitter` in favor of `Faker::X` and update attributes by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3138
14+
15+
### Improvements & Bug Fixes
16+
* Remove duplicate entry `amateur radio` from `locales/en/hobby.yml` by @Leenday in https://github.com/faker-ruby/faker/pull/3099
17+
* fix #3114: prevent scientific notation when generating bank account number by @AhmedHisham552 in https://github.com/faker-ruby/faker/pull/3118
18+
* Fix: typos in locales for `overwatch.yml`, `rajnikanth.yml` and `street_fighter.ym` by @smorttey in https://github.com/faker-ruby/faker/pull/3106
19+
* Add `Artist` translations for the japanese locale by @neco-nico in https://github.com/faker-ruby/faker/pull/3110
20+
* Add `country_code` to Estonia locale (`locales/ee.yml`) by @HassanAkbar in https://github.com/faker-ruby/faker/pull/3111
21+
* Reformat Arabic locale (`locales/ar.yml`) by @ramzieus in https://github.com/faker-ruby/faker/pull/3130
22+
* Refactor: Improve UK Phone number false failure hit-rate by @luke-hill in https://github.com/faker-ruby/faker/pull/3136
23+
* Improvements and fixes for Elder Scrolls locale (`elder_scrolls.yml`) by @SleekMutt in https://github.com/faker-ruby/faker/pull/3129
24+
* Add en-GB ID Numbers (aka National Insurance Numbers) by @stefanjcollier in https://github.com/faker-ruby/faker/pull/3032
25+
* Update ukrainian city locales to the modern ones by @SleekMutt in https://github.com/faker-ruby/faker/pull/3127
26+
* Revamp the docs to make them easier to find by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3151
27+
28+
### Chores
29+
* test: fix flaky test on `Faker::IdNumber` by @thdaraujo in https://github.com/faker-ruby/faker/pull/3126
30+
* Remove minitest dependency on i18n reload test by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3149
31+
* Remove unused release workflow by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3133
32+
33+
### Update local dependencies
34+
* Bump benchmark from 0.4.1 to 0.5.0 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3122
35+
* Bump rake from 13.3.0 to 13.3.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3124
36+
* Bump test-unit from 3.7.0 to 3.7.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3128
37+
* Bump rubocop-minitest from 0.38.1 to 0.38.2 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3116
38+
* deps: bump dependencies by @thdaraujo in https://github.com/faker-ruby/faker/pull/3141
39+
* deps: bump Minitest version to `v5.26.1` and fix issues by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3144
40+
* deps: bump rubocop version to `v1.81.7` by @thdaraujo in https://github.com/faker-ruby/faker/pull/3143
41+
42+
### New Contributors
43+
* @Leenday made their first contribution in https://github.com/faker-ruby/faker/pull/3099
44+
* @AhmedHisham552 made their first contribution in https://github.com/faker-ruby/faker/pull/3118
45+
* @smorttey made their first contribution in https://github.com/faker-ruby/faker/pull/3106
46+
* @neco-nico made their first contribution in https://github.com/faker-ruby/faker/pull/3110
47+
* @HassanAkbar made their first contribution in https://github.com/faker-ruby/faker/pull/3111
48+
* @ramzieus made their first contribution in https://github.com/faker-ruby/faker/pull/3130
49+
* @luke-hill made their first contribution in https://github.com/faker-ruby/faker/pull/3136
50+
* @SleekMutt made their first contribution in https://github.com/faker-ruby/faker/pull/3129
51+
* @stefanjcollier made their first contribution in https://github.com/faker-ruby/faker/pull/3032
52+
53+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.5.2...v3.5.3
54+
55+
---------------------------------
56+
357
## [v3.5.2](https://github.com/faker-ruby/faker/tree/v3.5.2) (2025-07-01)
458

559
Happy Canada Day! 🍁

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-
faker (3.5.2)
4+
faker (3.5.3)
55
i18n (>= 1.8.11, < 2)
66

77
GEM

lib/faker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Faker # :nodoc:
4-
VERSION = '3.5.2'
4+
VERSION = '3.5.3'
55
end

0 commit comments

Comments
 (0)