Skip to content

Commit eef4647

Browse files
authored
Merge pull request #106 from puzza007/v_1_0_0
v1.0.0
2 parents c279ad8 + ede11a1 commit eef4647

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

rebar.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{minimum_otp_vsn, "23.0"}.
66

77
{deps, [
8-
{worker_pool, "3.1.1"},
8+
{worker_pool, "4.0.3"},
99
{metrics, "2.5.0"}
1010
]}.
1111

@@ -44,5 +44,6 @@
4444
geas_rebar3]}.
4545
{cover_enabled, true}.
4646
{cover_export_enabled, true}.
47+
{cover_excl_mods, [katipo_cow_qs]}.
4748
{coveralls_coverdata, "_build/test/cover/ct.coverdata"}.
4849
{coveralls_service_name, "travis-ci"}.

rebar.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{"1.2.0",
22
[{<<"metrics">>,{pkg,<<"metrics">>,<<"2.5.0">>},0},
3-
{<<"worker_pool">>,{pkg,<<"worker_pool">>,<<"3.1.1">>},0}]}.
3+
{<<"worker_pool">>,{pkg,<<"worker_pool">>,<<"4.0.3">>},0}]}.
44
[
55
{pkg_hash,[
66
{<<"metrics">>, <<"268D218D56529CB5F070D74BBFC3AF64C668379B5B18FAFDA88959442F790C57">>},
7-
{<<"worker_pool">>, <<"A9BF27CFF366999784A3F0657F016CE3A57901490858CCA3FB3BE1208BF2110D">>}]},
7+
{<<"worker_pool">>, <<"729D98AF0EEF31D10A6027C5AF2EDD4EA7D6CF91E96B03C189BB47F6FDE9667C">>}]},
88
{pkg_hash_ext,[
99
{<<"metrics">>, <<"AE061938C8C3BDE97D17BE9A792B63E15C1E1EFFE16598AB87A62384F5F3714B">>},
10-
{<<"worker_pool">>, <<"355B6680F2C16C02FA916F66BF9C7460780A36AD6562F181AED6B690585FF1D5">>}]}
10+
{<<"worker_pool">>, <<"2F2ABFD3F64931B8DF345D7EFE80A357EDC785848C39319225CA328F44BC7192">>}]}
1111
].

src/katipo.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, 'katipo',
22
[{description, "HTTP client based on libcurl"},
3-
{vsn, "0.9.0"},
3+
{vsn, "1.0.0"},
44
{registered, []},
55
{mod, {'katipo_app', []}},
66
{applications,

0 commit comments

Comments
 (0)