bumped version to 1.0.1

This commit is contained in:
HoneyryderChuck 2023-10-04 15:07:02 +01:00
parent 5ca0dcdf8d
commit a3ac1993e9
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# 1.0.1
## Bugfixes
* do not try to inflate empty chunks (it triggered an error during response decoding).

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module HTTPX
VERSION = "1.0.0"
VERSION = "1.0.1"
end