mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-04 00:01:13 -05:00
bumped version to 1.3.2
This commit is contained in:
parent
02ed2ae87d
commit
492097d551
6
doc/release_notes/1_3_2.md
Normal file
6
doc/release_notes/1_3_2.md
Normal file
@ -0,0 +1,6 @@
|
||||
# 1.3.2
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* Prevent `NoMethodError` in an edge case when the `:proxy` plugin is autoloaded via env vars and webmock adapter are used in tandem, and a real request fails.
|
||||
* raise invalid uri error if passed request uri does not contain the host part (ex: `"https:/get"`)
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "1.3.1"
|
||||
VERSION = "1.3.2"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user