mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-09-21 00:00:49 -04:00
bumped version to 0.18.7
This commit is contained in:
parent
a03a66eb63
commit
4cec75c33a
5
doc/release_notes/0_18_7.md
Normal file
5
doc/release_notes/0_18_7.md
Normal file
@ -0,0 +1,5 @@
|
||||
# 0.18.6
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* multipart plugin: fixed `filemagic` integration by rewinding the file after mime-type detection.
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.18.6"
|
||||
VERSION = "0.18.7"
|
||||
end
|
||||
|
@ -1,4 +1,7 @@
|
||||
-
|
||||
-
|
||||
name: "0.18.7"
|
||||
path: "0_18_7_md.html"
|
||||
-
|
||||
name: "0.18.6"
|
||||
path: "0_18_6_md.html"
|
||||
|
Loading…
x
Reference in New Issue
Block a user