Skip to content

Commit

Permalink
Merge pull request #55 from keynslug/chore/0.4.14/add-changelog
Browse files Browse the repository at this point in the history
chore: prepare 0.4.14 release
  • Loading branch information
keynslug authored Jul 1, 2024
2 parents 9a9db3f + 2064d8f commit 71ed6ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ehttpc changes

## 0.4.14

- Forcefully recreate `gproc_pool`s during `ehttpc_pool:init/1` to prevent reusing pools in an inconsistent state.

## 0.4.13

- Upgrade to gun 1.3.11.
Expand Down
2 changes: 1 addition & 1 deletion src/ehttpc.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, ehttpc, [
{description, "HTTP Client for Erlang/OTP"},
{vsn, "0.4.13"},
{vsn, "0.4.14"},
{registered, []},
{applications, [
kernel,
Expand Down
8 changes: 7 additions & 1 deletion src/ehttpc.appup.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
%% -*- mode: erlang -*-
{"0.4.13",
{"0.4.14",
[
{"0.4.13", [
{load_module, ehttpc_pool, brutal_purge, soft_purge, []}
]},
{"0.4.12", [ % upgrade gun, no local beam changes in this version
]},
{"0.4.11", [
Expand Down Expand Up @@ -75,6 +78,9 @@
]}
],
[
{"0.4.13", [
{load_module, ehttpc_pool, brutal_purge, soft_purge, []}
]},
{"0.4.12", [ % upgrade gun, no local beam changes in this version
]},
{"0.4.11", [
Expand Down

0 comments on commit 71ed6ec

Please sign in to comment.