Skip to content

Commit 50146e0

Browse files
author
Stefanni Brasil
authored
Bump faker to v3.2.3 (#2891)
1 parent dcb4ca9 commit 50146e0

File tree

3 files changed

+58
-5
lines changed

3 files changed

+58
-5
lines changed

CHANGELOG.md

+56-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
# Changelog
22

3+
## What's Changed
4+
5+
## [v3.2.3](https://github.com/faker-ruby/faker/tree/v3.2.3) (2024-01-12)
6+
7+
Happy 2024 with a new faker-ruby release.
8+
9+
This version includes bug and documentation fixes, and some changes on the contributing guides.
10+
11+
## faker-ruby is is not accepting new features proposals
12+
13+
As we [discussed here](https://github.com/orgs/faker-ruby/discussions/2877), we want to improve faker's performance and organization. There hasn't been to many bug reports and most of the open issues are related to performance and confusion around using faker.
14+
15+
As we have limited time to invest in faker, reviewing _new_ generators and locales prevent us from focusing on the big picture work. With this decision, we hope to make the necessary changes for faker to go to the next level. Please read the Contributing guides for ways to help us get there.
16+
17+
## Bug fixes
18+
* Fix Phone number long number and other updates by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2842
19+
* Favor 'The Room' instead of 'Room' by @kirkkwang in https://github.com/faker-ruby/faker/pull/2854
20+
* Limit generated Discover cards to 19 digits by @jamie in https://github.com/faker-ruby/faker/pull/2845
21+
* Fix Typo in README Link: Update sports.md to sport.md by @hatsu38 in https://github.com/faker-ruby/faker/pull/2859
22+
* Fix country names and codes in address by @sudeeptarlekar in https://github.com/faker-ruby/faker/pull/2850
23+
* fixed typo for README. Faker::JapaneseMedia::CowboyBebop by @jacoyutorius in https://github.com/faker-ruby/faker/pull/2863
24+
* Fix typo in `Faker::Movies::HarryPotter.location` (Castelobruxo) by @leomartins1999 in https://github.com/faker-ruby/faker/pull/2866
25+
* Fix flaky spec on `TestFakerFile#test_file_name` by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2868
26+
* Update `Internet#username` separator param to match with the example by @AlexandreL0pes in https://github.com/faker-ruby/faker/pull/2882
27+
* fix polish bban_pattern by @artur1313 in https://github.com/faker-ruby/faker/pull/2887
28+
29+
## What's Changed
30+
* Add benchmark by @salochara in https://github.com/faker-ruby/faker/pull/2855
31+
* Freeze new generator and locales by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2886
32+
* Remove deprecate safe_email and free_email methods by @hatsu38 in https://github.com/faker-ruby/faker/pull/2841
33+
* Update contribution guidelines and PULL_REQUEST_TEMPLATE by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2878
34+
* Remove unmaintained `History.md` by @y-yagi in https://github.com/faker-ruby/faker/pull/2880
35+
* Adds Ruby 3.3 to the CI matrix by @m-nakamura145 in https://github.com/faker-ruby/faker/pull/2883
36+
37+
## Update local dependencies
38+
* Bump rubocop from 1.58.0 to 1.59.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2865
39+
* Bump rubocop-minitest from 0.34.3 to 0.34.4 by @dependabot in https://github.com/faker-ruby/faker/pull/2884
40+
* Bump minitest version by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2889
41+
42+
## New Contributors
43+
* @kirkkwang made their first contribution in https://github.com/faker-ruby/faker/pull/2854
44+
* @jamie made their first contribution in https://github.com/faker-ruby/faker/pull/2845
45+
* @hatsu38 made their first contribution in https://github.com/faker-ruby/faker/pull/2859
46+
* @salochara made their first contribution in https://github.com/faker-ruby/faker/pull/2855
47+
* @jacoyutorius made their first contribution in https://github.com/faker-ruby/faker/pull/2863
48+
* @leomartins1999 made their first contribution in https://github.com/faker-ruby/faker/pull/2866
49+
* @keshavbiswa made their first contribution in https://github.com/faker-ruby/faker/pull/2868
50+
* @y-yagi made their first contribution in https://github.com/faker-ruby/faker/pull/2880
51+
* @AlexandreL0pes made their first contribution in https://github.com/faker-ruby/faker/pull/2882
52+
* @m-nakamura145 made their first contribution in https://github.com/faker-ruby/faker/pull/2883
53+
* @artur1313 made their first contribution in https://github.com/faker-ruby/faker/pull/2887
54+
55+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.2.2...v.3.2.3
56+
57+
-------------------------
58+
359
## [v3.2.2](https://github.com/faker-ruby/faker/tree/v3.2.2) (2023-11-03)
460

561
Happy November with a new faker-ruby release.
@@ -18,7 +74,6 @@ This version:
1874
* Added Faker::Company.indian_gst_number fixed #2823 by @ankitkhadria in https://github.com/faker-ruby/faker/pull/2825
1975
* Adds Smashing Pumpkins to the Music module by @redconfetti in https://github.com/faker-ruby/faker/pull/2817
2076

21-
2277
### Bug fixes
2378
* Delete doc/default/michael_scott.md by @jmromer in https://github.com/faker-ruby/faker/pull/2837
2479
* Fix typo in `lib/locales/README.md` by @BelaBartok39 in https://github.com/faker-ruby/faker/pull/2812
@@ -28,15 +83,13 @@ This version:
2883
* Changed tests from x.times loop to deterministically_verify helper. #2813 issue by @fernandomenolli in https://github.com/faker-ruby/faker/pull/2816
2984
* Improve `#deterministically_verify` helper by @erichmachado in https://github.com/faker-ruby/faker/pull/2828
3085

31-
3286
### Update local dependencies
3387
* Bump minitest from 5.19.0 to 5.20.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2826
3488
* Bump rake from 13.0.6 to 13.1.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2846
3589
* Bump rubocop-minitest from 0.32.2 to 0.33.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2843
3690
* Bump rubocop from 1.57.1 to 1.57.2 by @dependabot in https://github.com/faker-ruby/faker/pull/2844
3791
* Bump timecop from 0.9.6 to 0.9.8 by @dependabot in https://github.com/faker-ruby/faker/pull/2811
3892

39-
4093
## New Contributors
4194
* @BelaBartok39 made their first contribution in https://github.com/faker-ruby/faker/pull/2812
4295
* @fernandomenolli made their first contribution in https://github.com/faker-ruby/faker/pull/2816

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
faker (3.2.2)
4+
faker (3.2.3)
55
i18n (>= 1.8.11, < 2)
66

77
GEM

lib/faker/version.rb

+1-1
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.2.2'
4+
VERSION = '3.2.3'
55
end

0 commit comments

Comments
 (0)