mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
bumped version to 1.0.1
This commit is contained in:
parent
5ca0dcdf8d
commit
a3ac1993e9
5
doc/release_notes/1_0_1.md
Normal file
5
doc/release_notes/1_0_1.md
Normal file
@ -0,0 +1,5 @@
|
||||
# 1.0.1
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* do not try to inflate empty chunks (it triggered an error during response decoding).
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "1.0.0"
|
||||
VERSION = "1.0.1"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user