Skip to content

Commit

Permalink
bump to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Oct 10, 2023
1 parent 6709e7a commit 8f758ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@

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

__Version:__ 1.19.0
__Version:__ 1.20.0

# hackney

Expand Down Expand Up @@ -368,7 +368,7 @@ ok = hackney_pool:start_pool(PoolName, Options),
`timeout` is the time we keep the connection alive in the pool,
`max_connections` is the number of connections maintained in the pool. Each
connection in a pool is monitored and closed connections are removed
automatically. The default timeout is `150000` ms and the default number of connections is `50`.

This comment has been minimized.

Copy link
@jdewar

jdewar Oct 10, 2023

Did the version bump commit mean to delete the recently added docs?

automatically.

To close a pool do:

Expand Down
4 changes: 2 additions & 2 deletions doc/README.md
Expand Up @@ -4,7 +4,7 @@

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

__Version:__ 1.19.0
__Version:__ 1.20.0

# hackney

Expand Down Expand Up @@ -368,7 +368,7 @@ ok = hackney_pool:start_pool(PoolName, Options),
`timeout` is the time we keep the connection alive in the pool,
`max_connections` is the number of connections maintained in the pool. Each
connection in a pool is monitored and closed connections are removed
automatically. The default timeout is `150000` ms and the default number of connections is `50`.
automatically.

To close a pool do:

Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Expand Up @@ -17,7 +17,7 @@


@copyright 2012-2023 Benoît Chesneau.
@version 1.19.1
@version 1.20.0
@title hackney - HTTP client library in Erlang

@doc
Expand Down
2 changes: 1 addition & 1 deletion src/hackney.app.src
Expand Up @@ -4,7 +4,7 @@
{application, hackney,
[
{description, "simple HTTP client"},
{vsn, "1.19.1"},
{vsn, "1.20.0"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit 8f758ea

Please sign in to comment.