Loading doc/release_notes/1_0_1.md 0 → 100644 +5 −0 Original line number Diff line number Diff line # 1.0.1 ## Bugfixes * do not try to inflate empty chunks (it triggered an error during response decoding). No newline at end of file lib/httpx/version.rb +1 −1 Original line number Diff line number Diff line # frozen_string_literal: true module HTTPX VERSION = "1.0.0" VERSION = "1.0.1" end Loading
doc/release_notes/1_0_1.md 0 → 100644 +5 −0 Original line number Diff line number Diff line # 1.0.1 ## Bugfixes * do not try to inflate empty chunks (it triggered an error during response decoding). No newline at end of file
lib/httpx/version.rb +1 −1 Original line number Diff line number Diff line # frozen_string_literal: true module HTTPX VERSION = "1.0.0" VERSION = "1.0.1" end