Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f90fd50

Browse files
committed
Version 3.25.1
1 parent 371d01d commit f90fd50

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
# 3.25.1
4+
5+
* Fix FrozenError in Typhoeus streaming response body
6+
7+
Thanks to [Patrick Jaberg](https://github.com/patrickjaberg)
8+
39
# 3.25.0
410

511
* Resolve net-http adapter deprecation Ruby 3.4

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,7 @@ People who submitted patches and new features or suggested improvements. Many th
12071207
* Jacob Frautschi
12081208
* Christian Schmidt
12091209
* Rodrigo Argumedo
1210+
* Patrick Jaberg
12101211

12111212
For a full list of contributors you can visit the
12121213
[contributors](https://github.com/bblimke/webmock/contributors) page.

lib/webmock/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 WebMock
4-
VERSION = '3.25.0' unless defined?(::WebMock::VERSION)
4+
VERSION = '3.25.1' unless defined?(::WebMock::VERSION)
55
end

0 commit comments

Comments
 (0)