Skip to content

Commit 9fd0acd

Browse files
committed
bump to 0.15.2
1 parent 4d5099c commit 9fd0acd

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# NEWS
22

3+
0.15.2 - 2014/11/27
4+
-------------------
5+
6+
- fix: handle strings in headers
7+
- fix; convert User/Password as string if needed
8+
- fix: handle body given as an empty list
9+
310
0.15.1 - 2014/11/26
411
-------------------
512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
__Version:__ 0.15.1
7+
__Version:__ 0.15.2
88

99
# hackney
1010

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
__Version:__ 0.15.1
7+
__Version:__ 0.15.2
88

99
# hackney
1010

doc/hackney_bstr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Convert a binary string to lowercase.
178178

179179
### to_upper/1 ###
180180

181-
`to_upper(U) -> any()`
181+
`to_upper(L) -> any()`
182182

183183

184184
<a name="token-2"></a>

doc/overview.edoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

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

2222
@doc

src/hackney.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{application, hackney,
55
[
66
{description, "simple HTTP client"},
7-
{vsn, "0.15.1"},
7+
{vsn, "0.15.2"},
88
{registered, [hackney_pool]},
99
{applications, [kernel,
1010
stdlib,

0 commit comments

Comments
 (0)