Skip to content

Commit

Permalink
bump to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Mar 2, 2014
1 parent 1b49862 commit 9e93994
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# NEWS

0.11.0 - 2013/03/02
-------------------

- add `hackney:location/1` to get the final location
- make `hackney_request:send/2` more efficient
- fix socket removing in the pool
- fix [HTTP proxying](https://github.com/benoitc/hackney/commit/a21e8802e1dc91c25d863ac6fc5b23a79196efcd)
- support IDNA hostnames

0.10.1 - 2013/12/30
-------------------

Expand Down
4 changes: 2 additions & 2 deletions doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
%%==============================================================================


@copyright 2012-2013 Benoît Chesneau.
@version 0.10.1
@copyright 2012-2014 Benoît Chesneau.
@version 0.11.0
@title hackney - HTTP client library in Erlang

@doc
Expand Down
4 changes: 2 additions & 2 deletions package.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Expm.Package.new(name: "hackney", description: "Simple HTTP client in Erlang",
version: "0.10.1", keywords: ["http","client","binary"],
version: "0.11.0", keywords: ["http","client","binary"],
dependencies: ["mimetypes", "hackney_lib"],
licenses: [[name: "Apache License, Version 2.0", file: "LICENSE"]],
contributors: [[name: "Adam Rutkowski",
Expand Down Expand Up @@ -63,5 +63,5 @@ Expm.Package.new(name: "hackney", description: "Simple HTTP client in Erlang",
email: "[email protected]"]],
maintainers: [[name: "Benoit Chesneau",
email: "[email protected]"]],
repositories: [[github: "benoitc/hackney", tag: "0.10.1"]])
repositories: [[github: "benoitc/hackney", tag: "0.11.0"]])

2 changes: 1 addition & 1 deletion src/hackney.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{application, hackney,
[
{description, "simple HTTP client"},
{vsn, "0.10.1"},
{vsn, "0.11.0"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit 9e93994

Please sign in to comment.