Skip to content

Commit

Permalink
Release 0.8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Apr 22, 2012
1 parent 9fd5259 commit 1d6e2fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
== 0.8.3 2012-04-21
* new
* [lazy parsing of responses](https://github.com/jnunemaker/httparty/commit/9fd5259c8dab00e426082b66af44ede2c9068f45)
* [add support for PATCH requests](https://github.com/jnunemaker/httparty/commit/7ab6641e37a9e31517e46f6124f38c615395d38a)
* bug fixes
* [subclasses no longer override superclass options](https://github.com/jnunemaker/httparty/commit/682af8fbf672e7b3009e650da776c85cdfe78d39)

== 0.8.2 2012-04-12
* new
* add -r to make CLI return failure code if status >= 400
Expand Down
2 changes: 1 addition & 1 deletion lib/httparty/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HTTParty
VERSION = "0.8.2"
VERSION = "0.8.3"
end

0 comments on commit 1d6e2fa

Please sign in to comment.