Commit 92e23c2e authored by Tiago's avatar Tiago
Browse files

bump version to 1.8.3

parent 2e867b51
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
# 1.8.3

## Bugfixes

options print a  warning instead of raising an error on unknown option

the approach introduced in the previous version, of erroring on something people have been accidentally relying on, is too strict in hindsight for a patch version. This was reverted, and instead, a deprecation warning will be printed, to give time for folks to migrate.

the format of options messages (exceptions and warnings) also slightly changes to wrap the option in quotes, for proper highlighting.
+1 −1
Original line number Diff line number Diff line
# frozen_string_literal: true

module HTTPX
  VERSION = "1.8.2"
  VERSION = "1.8.3"
end