mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Release 0.13.3
This commit is contained in:
parent
b9bbfb74d7
commit
107e69a6d1
2 changed files with 5 additions and 1 deletions
4
History
4
History
|
@ -1,3 +1,7 @@
|
|||
== 0.13.3
|
||||
* minor improvement
|
||||
* added option to allow for streaming large files without loading them into memory (672cdae)
|
||||
|
||||
== 0.13.2
|
||||
* minor improvement
|
||||
* [Set correct path on redirect to filename](https://github.com/jnunemaker/httparty/pull/337)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module HTTParty
|
||||
VERSION = "0.13.2"
|
||||
VERSION = "0.13.3"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue