|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 55 | ## [v3.2.1](https://github.com/faker-ruby/faker/tree/v3.2.1) (2023-08-11) |
4 | 56 |
|
5 | 57 | Happy August with a new Faker release! 🎉 |
|
0 commit comments