Skip to content

Commit b421336

Browse files
committed
Release 0.19.0
1 parent fb7c403 commit b421336

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.19.0
2+
3+
* [Multipart/Form-Data: rewind files after read](https://github.com/jnunemaker/httparty/pull/709)
4+
* [add frozen_string_literal pragma to all files](https://github.com/jnunemaker/httparty/pull/711)
5+
* [Better handling of Accept-Encoding / Content-Encoding decompression (fixes #562)](https://github.com/jnunemaker/httparty/pull/729)
6+
17
## 0.18.1
28

39
* [Rename cop Lint/HandleExceptions to Lint/SuppressedException](https://github.com/jnunemaker/httparty/pull/699).

lib/httparty/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module HTTParty
4-
VERSION = '0.18.1'
4+
VERSION = '0.19.0'
55
end

0 commit comments

Comments
 (0)