Skip to content

Commit c171711

Browse files
author
Stefanni Brasil
authored
Bump faker to v3.1.1 (#2696)
* Bump faker to v.3.1.1
1 parent 4f4c672 commit c171711

File tree

3 files changed

+47
-8
lines changed

3 files changed

+47
-8
lines changed

CHANGELOG.md

+44-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Changelog
22

3+
## [v3.1.1](https://github.com/faker-ruby/faker/tree/v3.1.1) (2023-02-03)
4+
5+
Happy Valentine's Day with a new Faker release! 🎉
6+
7+
This version:
8+
9+
- adds and deprecates generators
10+
- fixes bugs
11+
- updates development dependencies
12+
13+
### Features
14+
* Add exclude_words keyword to Lorem Ipsum to prevent words from being produced by @philipfong in #2665
15+
* Deprecate FillMurray service by @ferblape in #2657
16+
* Airports by @ZionMiller in https://github.com/faker-ruby/faker/pull/2682
17+
18+
### Bug fixes
19+
* Fix simple typo in es.yml by @hslzr in https://github.com/faker-ruby/faker/pull/2675
20+
* Test the Vehicle VIN validator with known good and bad values, fixes … by @alextaujenis in https://github.com/faker-ruby/faker/pull/2640
21+
* Fix you're/your typo and inaccuracy in Star Wars quote by @dwilsonactual in https://github.com/faker-ruby/faker/pull/2693
22+
* Revert "Typo in Ukrainian locale, fixes #2620" by @thdaraujo in https://github.com/faker-ruby/faker/pull/2690
23+
24+
### Update local dependencies
25+
* Adds Ruby 3.2 to the CI matrix. Updates checkout action version. by @petergoldstein in https://github.com/faker-ruby/faker/pull/2673
26+
* Update rubocop-minitest requirement from = 0.25.0 to = 0.25.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2674
27+
* Update minitest requirement from = 5.16.3 to = 5.17.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2677
28+
* Update pry requirement from = 0.14.1 to = 0.14.2 by @dependabot in https://github.com/faker-ruby/faker/pull/2680
29+
* Update simplecov requirement from = 0.21.2 to = 0.22.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2672
30+
* Update rubocop requirement from = 1.44.0 to = 1.44.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2691
31+
32+
### New Contributors
33+
* @hslzr made their first contribution in https://github.com/faker-ruby/faker/pull/2675
34+
* @ferblape made their first contribution in https://github.com/faker-ruby/faker/pull/2657
35+
* @petergoldstein made their first contribution in https://github.com/faker-ruby/faker/pull/2673
36+
* @dwilsonactual made their first contribution in https://github.com/faker-ruby/faker/pull/2693
37+
38+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.1.0...v.3.1.1
39+
40+
------------------------------------------------------------------------------
41+
342
## [v3.1.0](https://github.com/faker-ruby/faker/tree/v3.1.0) (2022-12-23)
443

544
Happy Holidays with a new Faker release! 🎉
@@ -10,21 +49,21 @@ This version:
1049
- fixes bugs
1150
- updates dependencies
1251

13-
## Features
52+
### Features
1453
* Simple Japanesemedia::CowboyBebop module by @Ivan-P23994 in https://github.com/faker-ruby/faker/pull/2617
1554
* added travel folder and airports by @ZionMiller in https://github.com/faker-ruby/faker/pull/2601
1655
* Spongebob TV show collections by @kleinjm in https://github.com/faker-ruby/faker/pull/2619
1756
* Add pre-push hook example by @akanshak984 in https://github.com/faker-ruby/faker/pull/2606
1857

19-
## Bug fixes
58+
### Bug fixes
2059
* fix: ensure generated passwords have correct characters when mix_case & special_characters enabled by @tiff-o in https://github.com/faker-ruby/faker/pull/2533
2160
* Fix: ensure sport generator produces single sport unless a number of sports is requested by @si-lens in https://github.com/faker-ruby/faker/pull/2616
2261
* Remove typo in ISSUE_TEMPLATE to check Faker version by @loqimean in https://github.com/faker-ruby/faker/pull/2621
2362
* Typo in Ukrainian locale, fixes #2620 by @Newman101 in https://github.com/faker-ruby/faker/pull/2622
2463
* Remove english characters in ja locale file, fixes faker-ruby#2637 by @alextaujenis in https://github.com/faker-ruby/faker/pull/2638
2564
* Fix country code length for non EN locale by @vbrazo in https://github.com/faker-ruby/faker/pull/2669
2665

27-
## What's Changed
66+
### What's Changed
2867
* Removed LoremPixel Files by @uzorjchibuzor in https://github.com/faker-ruby/faker/pull/2664
2968
* Document IBAN digits validity generator by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2625
3069
* Create random vehicle vin numbers with the correct check-digit by @alextaujenis in https://github.com/faker-ruby/faker/pull/2633
@@ -38,14 +77,14 @@ This version:
3877
* Update README and CONTRIBUTING guides by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2630
3978
* Update dependabot ignore list by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2629
4079

41-
## Update local dependencies
80+
### Update local dependencies
4281
* Update simplecov requirement from = 0.21.0 to = 0.21.2 by @dependabot in https://github.com/faker-ruby/faker/pull/2636
4382
* Update timecop requirement from = 0.9.5 to = 0.9.6 by @dependabot in https://github.com/faker-ruby/faker/pull/2642
4483
* Update rubocop-minitest requirement from = 0.23.2 to = 0.25.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2653
4584
* Update test-unit requirement from = 3.5.6 to = 3.5.7 by @dependabot in https://github.com/faker-ruby/faker/pull/2659
4685
* Update rubocop requirement from = 1.41.0 to = 1.41.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2667
4786

48-
## New Contributors
87+
### New Contributors
4988
* @si-lens made their first contribution in https://github.com/faker-ruby/faker/pull/2616
5089
* @Ivan-P23994 made their first contribution in https://github.com/faker-ruby/faker/pull/2617
5190
* @ZionMiller made their first contribution in https://github.com/faker-ruby/faker/pull/2601

Gemfile.lock

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

77
GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.2)
1111
coderay (1.1.3)
12-
concurrent-ruby (1.1.10)
12+
concurrent-ruby (1.2.0)
1313
docile (1.4.0)
1414
i18n (1.12.0)
1515
concurrent-ruby (~> 1.0)

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.1.0'
4+
VERSION = '3.1.1'
55
end

0 commit comments

Comments
 (0)