Skip to content

Commit b29a643

Browse files
committed
bump to 1.3.2
1 parent 899476c commit b29a643

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

NEWS.md

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

3+
1.3.2 - 2015/08/27
4+
------------------
5+
6+
- fix `connect_time metric` (#227)
7+
- fix redirection when `with_body` is enabled (#228)
8+
- close half-closed socket to avoid leak (#231)
9+
- fix undexpected message in `hackney_stream` (#223)
10+
- fix receive/error in hackney_manager (#232)
11+
312
1.3.1 - 2015/07/28
413
------------------
514

@@ -8,6 +17,7 @@
817

918
1.3.0 - 2015/07/23
1019
------------------
20+
1121
- new add `max_body` setting
1222
- fix: handle partial chains during handshake in HTTPS (#196)
1323

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-2015 Benoît Chesneau.
66

7-
__Version:__ 1.3.1
7+
__Version:__ 1.3.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-2015 Benoît Chesneau.
66

7-
__Version:__ 1.3.1
7+
__Version:__ 1.3.2
88

99
# hackney
1010

doc/overview.edoc

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

1818

1919
@copyright 2012-2015 Benoît Chesneau.
20-
@version 1.3.1
20+
@version 1.3.2
2121
@title hackney - HTTP client library in Erlang
2222

2323
@doc

rebar3

2.95 KB
Binary file not shown.

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, "1.3.1"},
7+
{vsn, "1.3.2"},
88
{registered, [hackney_pool]},
99
{applications, [kernel,
1010
stdlib,

0 commit comments

Comments
 (0)