Skip to content

Commit cf71103

Browse files
authored
Bump faker to v.3.2.2 (#2847)
* Bump faker to v.3.2.2 * Update CHANGELOG.md
1 parent 205bc52 commit cf71103

File tree

3 files changed

+54
-2
lines changed

3 files changed

+54
-2
lines changed

CHANGELOG.md

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

3+
## [v3.2.2](https://github.com/faker-ruby/faker/tree/v3.2.2) (2023-11-03)
4+
5+
Happy November with a new faker-ruby release.
6+
7+
This version:
8+
- adds generators
9+
- fixes bugs
10+
- updates dev and dependencies
11+
- updates docs
12+
13+
### Features
14+
* feat: add danish country code by @hoshy in https://github.com/faker-ruby/faker/pull/2818
15+
* Add `zh-CN` translations for Bank names by @guxiaobai in https://github.com/faker-ruby/faker/pull/2840
16+
* Add Code Scanning by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2835
17+
* Add Japanese for Games Touhou by @shiroemons in https://github.com/faker-ruby/faker/pull/2829
18+
* Added Faker::Company.indian_gst_number fixed #2823 by @ankitkhadria in https://github.com/faker-ruby/faker/pull/2825
19+
* Adds Smashing Pumpkins to the Music module by @redconfetti in https://github.com/faker-ruby/faker/pull/2817
20+
21+
22+
### Bug fixes
23+
* Delete doc/default/michael_scott.md by @jmromer in https://github.com/faker-ruby/faker/pull/2837
24+
* Fix typo in `lib/locales/README.md` by @BelaBartok39 in https://github.com/faker-ruby/faker/pull/2812
25+
26+
### What's Changed
27+
* Update contributing and maintaining guides by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2836
28+
* Changed tests from x.times loop to deterministically_verify helper. #2813 issue by @fernandomenolli in https://github.com/faker-ruby/faker/pull/2816
29+
* Improve `#deterministically_verify` helper by @erichmachado in https://github.com/faker-ruby/faker/pull/2828
30+
31+
32+
### Update local dependencies
33+
* Bump minitest from 5.19.0 to 5.20.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2826
34+
* Bump rake from 13.0.6 to 13.1.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2846
35+
* Bump rubocop-minitest from 0.32.2 to 0.33.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2843
36+
* Bump rubocop from 1.57.1 to 1.57.2 by @dependabot in https://github.com/faker-ruby/faker/pull/2844
37+
* Bump timecop from 0.9.6 to 0.9.8 by @dependabot in https://github.com/faker-ruby/faker/pull/2811
38+
39+
40+
## New Contributors
41+
* @BelaBartok39 made their first contribution in https://github.com/faker-ruby/faker/pull/2812
42+
* @fernandomenolli made their first contribution in https://github.com/faker-ruby/faker/pull/2816
43+
* @hoshy made their first contribution in https://github.com/faker-ruby/faker/pull/2818
44+
* @shiroemons made their first contribution in https://github.com/faker-ruby/faker/pull/2829
45+
* @erichmachado made their first contribution in https://github.com/faker-ruby/faker/pull/2828
46+
* @jmromer made their first contribution in https://github.com/faker-ruby/faker/pull/2837
47+
* @guxiaobai made their first contribution in https://github.com/faker-ruby/faker/pull/2840
48+
* @redconfetti made their first contribution in https://github.com/faker-ruby/faker/pull/2817
49+
* @ankitkhadria made their first contribution in https://github.com/faker-ruby/faker/pull/2825
50+
51+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.2.1...v3.2.2
52+
53+
-------------------------
54+
355
## [v3.2.1](https://github.com/faker-ruby/faker/tree/v3.2.1) (2023-08-11)
456

557
Happy August with a new Faker release! 🎉

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.2.1)
4+
faker (3.2.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.2.1'
4+
VERSION = '3.2.2'
55
end

0 commit comments

Comments
 (0)