Skip to content

Commit

Permalink
bump to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Nov 27, 2014
1 parent 4d5099c commit 9fd0acd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# NEWS

0.15.2 - 2014/11/27
-------------------

- fix: handle strings in headers
- fix; convert User/Password as string if needed
- fix: handle body given as an empty list

0.15.1 - 2014/11/26
-------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Copyright (c) 2012-2014 Benoît Chesneau.

__Version:__ 0.15.1
__Version:__ 0.15.2

# hackney

Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Copyright (c) 2012-2014 Benoît Chesneau.

__Version:__ 0.15.1
__Version:__ 0.15.2

# hackney

Expand Down
2 changes: 1 addition & 1 deletion doc/hackney_bstr.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Convert a binary string to lowercase.

### to_upper/1 ###

`to_upper(U) -> any()`
`to_upper(L) -> any()`


<a name="token-2"></a>
Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


@copyright 2012-2014 Benoît Chesneau.
@version 0.15.1
@version 0.15.2
@title hackney - HTTP client library in Erlang

@doc
Expand Down
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.15.1"},
{vsn, "0.15.2"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit 9fd0acd

Please sign in to comment.