bumped version to 0.18.7

This commit is contained in:
HoneyryderChuck 2022-01-12 10:54:08 +02:00
parent a03a66eb63
commit 4cec75c33a
3 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# 0.18.6
## Bugfixes
* multipart plugin: fixed `filemagic` integration by rewinding the file after mime-type detection.

View File

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

View File

@ -1,4 +1,7 @@
-
-
name: "0.18.7"
path: "0_18_7_md.html"
-
name: "0.18.6"
path: "0_18_6_md.html"