Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump faker to v.3.2.1 #2810

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,77 @@
# Changelog

## [v3.2.1](https://github.com/faker-ruby/faker/tree/v3.2.1) (2023-08-11)

Happy August with a new Faker release! 🎉

This version:

- adds generators
- fixes bugs
- updates dev dependencies

This version fixes a bug with setting the locale in multi-threaded environments. It's now possible to set the locale per thread. For more details, see [How to set the default locale for in threaded server environments](https://github.com/faker-ruby/faker/blob/main/lib/locales/README.md#how-to-set-the-default-locale-for-in-threaded-server-environments).

Other changes included in this version:

## Features
* Add Final Fantasy XIV by @old-dead-account in https://github.com/faker-ruby/faker/pull/2742
* Add the Ukrainian country calling code by @kyrylo in https://github.com/faker-ruby/faker/pull/2758
* Add `exclude_words` filter to `Faker::Lorem.word` generator by @geophilusd in https://github.com/faker-ruby/faker/pull/2761
* Add Japanese translations for Sports category. by @yamat47 in https://github.com/faker-ruby/faker/pull/2770
* Add type support for Faker::Types.rb_array by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2771
* Added Archer into tv category. by @lepari23 in https://github.com/faker-ruby/faker/pull/2750
* Add train station generator by @AngusDSR in https://github.com/faker-ruby/faker/pull/2755
* Add custom start date for `Faker::Date.forward` by @luciagirasoles in https://github.com/faker-ruby/faker/pull/2791
* Add `max_rut` option to `Faker::ChileRut.rut` by @hacktivista in https://github.com/faker-ruby/faker/pull/2778
* Add Faker::Date.day_of_week_between by @aramvisser in https://github.com/faker-ruby/faker/pull/2713
* Html generator for Faker by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2769

## Bug fixes
* Fix locale setting by @mateusdeap in https://github.com/faker-ruby/faker/pull/2734
* add tests for password and fix an edge case by @DeepakRaj228 in https://github.com/faker-ruby/faker/pull/2741
* Remove broken chars from minecraft.yml by @ujihisa in https://github.com/faker-ruby/faker/pull/2765
* Fix flaky specs for `name` and `id` by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2782
* Fixes `Faker::Music::Opera.saint_saens` issue by @devashishTaneja in https://github.com/faker-ruby/faker/pull/2792
* Fix flaky specs for dota `test_player` by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2798
* Add prefixes to french name locale (`Faker::Name.name`) by @thdaraujo in https://github.com/faker-ruby/faker/pull/2800

## What's Changed
* Introduce PositionalGenerator by @mike-burns in https://github.com/faker-ruby/faker/pull/2710
* Update South Park by @IvanReyesO7 in https://github.com/faker-ruby/faker/pull/2744
* Speed up Internet::Password generation using constants by @MicBruz in https://github.com/faker-ruby/faker/pull/2725
* Improve de-CH locale with new formats and content by @stefnnn in https://github.com/faker-ruby/faker/pull/2768

## Update local dependencies
* Bump rubocop from 1.55.1 to 1.56.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2807
* Update test-unit requirement from = 3.5.9 to = 3.6.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2788
* Bump i18n from 1.12.0 to 1.13.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2756
* Update rubocop-minitest requirement from = 0.30.0 to = 0.31.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2759
* Bump minitest from 5.18.1 to 5.19.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2804

## New Contributors
* @old-dead-account made their first contribution in https://github.com/faker-ruby/faker/pull/2742
* @IvanReyesO7 made their first contribution in https://github.com/faker-ruby/faker/pull/2744
* @DeepakRaj228 made their first contribution in https://github.com/faker-ruby/faker/pull/2741
* @MicBruz made their first contribution in https://github.com/faker-ruby/faker/pull/2725
* @kyrylo made their first contribution in https://github.com/faker-ruby/faker/pull/2758
* @ujihisa made their first contribution in https://github.com/faker-ruby/faker/pull/2765
* @geophilusd made their first contribution in https://github.com/faker-ruby/faker/pull/2761
* @stefnnn made their first contribution in https://github.com/faker-ruby/faker/pull/2768
* @yamat47 made their first contribution in https://github.com/faker-ruby/faker/pull/2770
* @ruban-thilak made their first contribution in https://github.com/faker-ruby/faker/pull/2782
* @lepari23 made their first contribution in https://github.com/faker-ruby/faker/pull/2750
* @AngusDSR made their first contribution in https://github.com/faker-ruby/faker/pull/2755
* @devashishTaneja made their first contribution in https://github.com/faker-ruby/faker/pull/2792
* @mike-burns made their first contribution in https://github.com/faker-ruby/faker/pull/2710
* @hacktivista made their first contribution in https://github.com/faker-ruby/faker/pull/2778
* @mateusdeap made their first contribution in https://github.com/faker-ruby/faker/pull/2734
* @aramvisser made their first contribution in https://github.com/faker-ruby/faker/pull/2713

**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.2.0...v3.2.1

-------------------------

## [v3.2.0](https://github.com/faker-ruby/faker/tree/v3.2.0) (2023-04-14)

Happy Spring with a new Faker release! 🌼
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
faker (3.2.0)
faker (3.2.1)
i18n (>= 1.8.11, < 2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/faker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Faker # :nodoc:
VERSION = '3.2.0'
VERSION = '3.2.1'
end