mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-04 00:01:13 -05:00
bumped to 0.2.0
This commit is contained in:
parent
37bbdf1ace
commit
bb798385b0
5
doc/release_notes/0_2_0.md
Normal file
5
doc/release_notes/0_2_0.md
Normal file
@ -0,0 +1,5 @@
|
||||
# 0.2.0
|
||||
|
||||
* Custom Resolvers: Non-blocking DNS Resolver, DNS-over-HTTPS Resolver
|
||||
|
||||
* HTTP/2 connection coalescing
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.1.0"
|
||||
VERSION = "0.2.0"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user