Skip to content

Commit 1c4f992

Browse files
Bump faker to v3.6.0
1 parent 4574c97 commit 1c4f992

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## [v3.6.1](https://github.com/faker-ruby/faker/tree/v3.6.1) (2026-01-21)
3+
## [v3.6.0](https://github.com/faker-ruby/faker/tree/v3.6.0) (2026-01-21)
44

55
First release of the new year!
66

7-
This version comes with some performance improvements and removal of deprecated generators.
7+
This version comes with some performance improvements (speeds faker load time by 17%!) and removal of deprecated generators.
88

99
It also drops support to Ruby's EOL `3.0`. The minimum supported Ruby version is `3.1`.
1010

@@ -18,7 +18,7 @@ It also drops support to Ruby's EOL `3.0`. The minimum supported Ruby version is
1818

1919
### Improvements and bug fixes
2020

21-
* Autoload OpenSSL by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3188 - this speeds faker load time by 17%!
21+
* Autoload OpenSSL by @stefannibrasil and @thdaraujo in https://github.com/faker-ruby/faker/pull/3188 - this speeds faker load time by 17%!
2222
* Fix typos in README.md by @CarlosCalgaro in https://github.com/faker-ruby/faker/pull/3156
2323
* fix: badly anchored regexes by @thdaraujo in https://github.com/faker-ruby/faker/pull/3181
2424
* Benchmark revamp + run benchmark as part of CI by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3176
@@ -42,7 +42,7 @@ It also drops support to Ruby's EOL `3.0`. The minimum supported Ruby version is
4242
### New Contributors
4343
* @CarlosCalgaro made their first contribution in https://github.com/faker-ruby/faker/pull/3156
4444

45-
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.5.3...v3.6.1
45+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.5.3...v3.6.0
4646

4747
---------------------------------
4848

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.6.1)
4+
faker (3.6.0)
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.6.1'
4+
VERSION = '3.6.0'
55
end

0 commit comments

Comments
 (0)