File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
55First 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
99It 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
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- faker (3.6.1 )
4+ faker (3.6.0 )
55 i18n (>= 1.8.11 , < 2 )
66
77GEM
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Faker # :nodoc:
4- VERSION = '3.6.1 '
4+ VERSION = '3.6.0 '
55end
You can’t perform that action at this time.
0 commit comments