Skip to content

Commit 232c561

Browse files
authored
Bump faker to v3.5.2 (#3097)
reviewed with pair-programming
1 parent d85fa7e commit 232c561

File tree

3 files changed

+66
-9
lines changed

3 files changed

+66
-9
lines changed

CHANGELOG.md

Lines changed: 64 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,62 @@
11
# Changelog
22

3+
## [v3.5.2](https://github.com/faker-ruby/faker/tree/v3.5.2) (2025-07-01)
4+
5+
Happy Canada Day! 🍁
6+
7+
This version adds and improves some locales and fixes some bugs.
8+
9+
Thanks to all contributors!
10+
11+
### Improvements & Bug fixes
12+
* Correct `Faker::Address.city` and `Faker::Address.street_address` for `:fr` locale by @brupla6126 in https://github.com/faker-ruby/faker/pull/3018
13+
* fix condominium_fiscal_code generator length from 9 to 11 characters by @FiloSpaTeam in https://github.com/faker-ruby/faker/pull/3037
14+
* Add Cell Phone, Default Time Zone and State Abbreviation translation for en-PAK locale by @wonderer007 in https://github.com/faker-ruby/faker/pull/3024
15+
* Fix usage docs header indentation by @jaredsmithse in https://github.com/faker-ruby/faker/pull/3049
16+
* Fix nl phone format by @klaaspieter in https://github.com/faker-ruby/faker/pull/3050
17+
* Fix typo in `ja/book` locale by @thdaraujo in https://github.com/faker-ruby/faker/pull/3062
18+
* fix a typo by @jethrodaniel in https://github.com/faker-ruby/faker/pull/3060
19+
* Fix typo in `restaurant.yml` by @daniel-nerdgeschoss in https://github.com/faker-ruby/faker/pull/3067
20+
* Fix city address with number in `locales/fr/address.yml` by @brupla6126 in https://github.com/faker-ruby/faker/pull/3071
21+
* Fix unclosed quote in `locales/en/cosmere.yml` by @bensheldon in https://github.com/faker-ruby/faker/pull/3075
22+
* Remove inappropriate word from ja lorem by @se4weed in https://github.com/faker-ruby/faker/pull/3095
23+
* Add mountains to de-CH locale by @codez in https://github.com/faker-ruby/faker/pull/3066
24+
* Bump i18n from 1.14.6 to 1.14.7 by @dependabot in https://github.com/faker-ruby/faker/pull/3042
25+
26+
### Chore
27+
* ci: run against Ruby 3.4 by @thdaraujo in https://github.com/faker-ruby/faker/pull/3079
28+
* Fix Broken CI by @wonderer007 in https://github.com/faker-ruby/faker/pull/3073
29+
30+
### Update local dependencies
31+
* Bump rubocop from 1.67.0 to 1.68.0 by @dependabot in https://github.com/faker-ruby/faker/pull/3020
32+
* Bump rubocop from 1.68.0 to 1.69.2 by @dependabot in https://github.com/faker-ruby/faker/pull/3035
33+
* Bump rubocop version + offenses fixes by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3053
34+
* deps: update dev dependencies by @thdaraujo in https://github.com/faker-ruby/faker/pull/3078
35+
* Bump rubocop-minitest and fix rubocop's offense by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3052
36+
* Bump rubocop-minitest from 0.38.0 to 0.38.1 by @dependabot in https://github.com/faker-ruby/faker/pull/3088
37+
* Bump rubocop-rake from 0.6.0 to 0.7.1 by @dependabot in https://github.com/faker-ruby/faker/pull/3059
38+
* deps: bump `rubocop-minitest` from `0.37.1` to `0.38.0`. by @thdaraujo in https://github.com/faker-ruby/faker/pull/3080
39+
* Bump minitest from 5.25.1 to 5.25.4 by @dependabot in https://github.com/faker-ruby/faker/pull/3031
40+
* Bump test-unit from 3.6.2 to 3.6.7 by @dependabot in https://github.com/faker-ruby/faker/pull/3038
41+
* Bump benchmark from 0.3.0 to 0.4.0 by @dependabot in https://github.com/faker-ruby/faker/pull/3021
42+
* Bump benchmark from 0.4.0 to 0.4.1 by @dependabot in https://github.com/faker-ruby/faker/pull/3087
43+
* Bump pry from 0.14.2 to 0.15.2 by @dependabot in https://github.com/faker-ruby/faker/pull/3039
44+
* Bump rake from 13.2.1 to 13.3.0 by @dependabot in https://github.com/faker-ruby/faker/pull/3086
45+
* Bump test-unit from 3.6.8 to 3.6.9 by @dependabot in https://github.com/faker-ruby/faker/pull/3096
46+
47+
### New Contributors
48+
* @brupla6126 made their first contribution in https://github.com/faker-ruby/faker/pull/3018
49+
* @jaredsmithse made their first contribution in https://github.com/faker-ruby/faker/pull/3049
50+
* @klaaspieter made their first contribution in https://github.com/faker-ruby/faker/pull/3050
51+
* @jethrodaniel made their first contribution in https://github.com/faker-ruby/faker/pull/3060
52+
* @daniel-nerdgeschoss made their first contribution in https://github.com/faker-ruby/faker/pull/3067
53+
* @bensheldon made their first contribution in https://github.com/faker-ruby/faker/pull/3075
54+
* @se4weed made their first contribution in https://github.com/faker-ruby/faker/pull/3095
55+
56+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.5.1...v3.5.2
57+
58+
---------------------------------
59+
360
## [v3.5.1](https://github.com/faker-ruby/faker/tree/v3.5.1) (2024-10-18)
461

562
Happy October! 🎃
@@ -10,7 +67,7 @@ Besides that, this version removes deprecated generators, fixes some bugs, and a
1067

1168
Thanks to all contributors!
1269

13-
## Breaking Changes
70+
### Breaking Changes
1471
* Drop support for Ruby 2.7 by @tatheerf02 in https://github.com/faker-ruby/faker/pull/3006
1572
* Removes deprecated generators by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3014
1673

@@ -46,7 +103,7 @@ The following deprecated generators are being removed. Please use the new genera
46103
* Bump yard from 0.9.36 to 0.9.37 by @dependabot in https://github.com/faker-ruby/faker/pull/3000
47104
* Bump rubocop from 1.65.1 to 1.66.1 by @dependabot in https://github.com/faker-ruby/faker/pull/3001
48105

49-
## New Contributors
106+
### New Contributors
50107
* @murichristopher made their first contribution in https://github.com/faker-ruby/faker/pull/2960
51108
* @admtnnr made their first contribution in https://github.com/faker-ruby/faker/pull/2996
52109
* @dirschn made their first contribution in https://github.com/faker-ruby/faker/pull/3007
@@ -93,7 +150,7 @@ Breaking change was introduced in "Add test range param to NHS numbers" by @nean
93150
* Bump rubocop from 1.64.1 to 1.65.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2979
94151
* Bump rubocop-minitest from 0.35.0 to 0.35.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2980
95152

96-
## New Contributors
153+
### New Contributors
97154
* @twk-mn made their first contribution in https://github.com/faker-ruby/faker/pull/2961
98155
* @neanias made their first contribution in https://github.com/faker-ruby/faker/pull/2947
99156
* @garrettgregor made their first contribution in https://github.com/faker-ruby/faker/pull/2963
@@ -136,7 +193,7 @@ Breaking change was introduced in "Add test range param to NHS numbers" by @nean
136193
* Bump minitest from 5.22.3 to 5.23.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2957
137194
* Bump rubocop from 1.63.4 to 1.64.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2958
138195

139-
## New Contributors
196+
### New Contributors
140197

141198
* @connie-feng made their first contribution in https://github.com/faker-ruby/faker/pull/2930
142199
* @andrelaszlo made their first contribution in https://github.com/faker-ruby/faker/pull/2927
@@ -291,7 +348,7 @@ This version:
291348
* Bump rubocop from 1.57.1 to 1.57.2 by @dependabot in https://github.com/faker-ruby/faker/pull/2844
292349
* Bump timecop from 0.9.6 to 0.9.8 by @dependabot in https://github.com/faker-ruby/faker/pull/2811
293350

294-
## New Contributors
351+
### New Contributors
295352
* @BelaBartok39 made their first contribution in https://github.com/faker-ruby/faker/pull/2812
296353
* @fernandomenolli made their first contribution in https://github.com/faker-ruby/faker/pull/2816
297354
* @hoshy made their first contribution in https://github.com/faker-ruby/faker/pull/2818
@@ -355,7 +412,7 @@ Other changes included in this version:
355412
* Update rubocop-minitest requirement from = 0.30.0 to = 0.31.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2759
356413
* Bump minitest from 5.18.1 to 5.19.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2804
357414

358-
## New Contributors
415+
### New Contributors
359416
* @old-dead-account made their first contribution in https://github.com/faker-ruby/faker/pull/2742
360417
* @IvanReyesO7 made their first contribution in https://github.com/faker-ruby/faker/pull/2744
361418
* @DeepakRaj228 made their first contribution in https://github.com/faker-ruby/faker/pull/2741
@@ -422,7 +479,7 @@ Other changes included in this version:
422479
* Add Faker::Company.department generator by @acuppy in https://github.com/faker-ruby/faker/pull/2737
423480
* Update Pull Request template and guides by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2749
424481

425-
## New Contributors
482+
### New Contributors
426483
* @lexisvar made their first contribution in https://github.com/faker-ruby/faker/pull/2699
427484
* @danieldiekmeier made their first contribution in https://github.com/faker-ruby/faker/pull/2700
428485
* @AaronRustad made their first contribution in https://github.com/faker-ruby/faker/pull/2706

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.1)
4+
faker (3.5.2)
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.1'
4+
VERSION = '3.5.2'
55
end

0 commit comments

Comments
 (0)