1
0
Fork 0
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:
John Nunemaker 2014-11-06 15:01:10 -05:00
parent b9bbfb74d7
commit 107e69a6d1
2 changed files with 5 additions and 1 deletions

View file

@ -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)

View file

@ -1,3 +1,3 @@
module HTTParty
VERSION = "0.13.2"
VERSION = "0.13.3"
end