diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf7333..7335036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.2] - 2022-03-01 + +### Fixed + +- Fix processing of already downloaded OTP packages (through grisp_tools) + ## [2.2.1] - 2022-03-01 ### Added @@ -254,7 +260,8 @@ Modify release configuration dynamically * Initial release. -[unreleased]: https://github.com/grisp/rebar3_grisp/compare/2.2.1...HEAD +[unreleased]: https://github.com/grisp/rebar3_grisp/compare/2.2.2...HEAD +[2.2.2]: https://github.com/grisp/rebar3_grisp/compare/2.2.1...2.2.2 [2.2.1]: https://github.com/grisp/rebar3_grisp/compare/2.2.0...2.2.1 [2.2.0]: https://github.com/grisp/rebar3_grisp/compare/2.1.0...2.2.0 [2.1.0]: https://github.com/grisp/rebar3_grisp/compare/2.0.0...2.1.0 diff --git a/rebar.lock b/rebar.lock index e023ae6..661af10 100644 --- a/rebar.lock +++ b/rebar.lock @@ -2,7 +2,7 @@ [{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.12.2">>},1}, {<<"certifi">>,{pkg,<<"certifi">>,<<"2.9.0">>},2}, {<<"grid">>,{pkg,<<"grid">>,<<"0.1.0">>},0}, - {<<"grisp_tools">>,{pkg,<<"grisp_tools">>,<<"2.2.1">>},0}, + {<<"grisp_tools">>,{pkg,<<"grisp_tools">>,<<"2.2.2">>},0}, {<<"hackney">>,{pkg,<<"hackney">>,<<"1.18.1">>},1}, {<<"idna">>,{pkg,<<"idna">>,<<"6.1.1">>},2}, {<<"mapz">>,{pkg,<<"mapz">>,<<"2.2.0">>},1}, @@ -16,7 +16,7 @@ {<<"bbmustache">>, <<"0CABDCE0DB9FE6D3318131174B9F2B351328A4C0AFBEB3E6E99BB0E02E9B621D">>}, {<<"certifi">>, <<"6F2A475689DD47F19FB74334859D460A2DC4E3252A3324BD2111B8F0429E7E21">>}, {<<"grid">>, <<"880F3D2E5B4E9B3B93FDE2BC93F11F6CD6DE82BE886D3AF026C2D6A17C762907">>}, - {<<"grisp_tools">>, <<"7C638D203BA3A532783B164CF8A1D4B4CF26720AC968E777205E51A988029781">>}, + {<<"grisp_tools">>, <<"E2BBE76260442C8FE47FEF6E34CFA9E719DE0FF335D858EA2B8DE4DBAFC4AC24">>}, {<<"hackney">>, <<"F48BF88F521F2A229FC7BAE88CF4F85ADC9CD9BCF23B5DC8EB6A1788C662C4F6">>}, {<<"idna">>, <<"8A63070E9F7D0C62EB9D9FCB360A7DE382448200FBBD1B106CC96D3D8099DF8D">>}, {<<"mapz">>, <<"81EE5AD249BBC9427DAA6C3EE5166F88A448C5B0B2F5BBEE0495266308AFF2BA">>}, @@ -29,7 +29,7 @@ {<<"bbmustache">>, <<"688B33A4D5CC2D51F575ADF0B3683FC40A38314A2F150906EDCFC77F5B577B3B">>}, {<<"certifi">>, <<"266DA46BDB06D6C6D35FDE799BCB28D36D985D424AD7C08B5BB48F5B5CDD4641">>}, {<<"grid">>, <<"E71751225A9DFF8C7C96551CC181C0FDD8D8C666D3C2FE44A832D6F8B7BE0013">>}, - {<<"grisp_tools">>, <<"E6842C8A4CA34554AB0EAE423AFE4DB92DEBB625B7828F85FB21F42F7EF81722">>}, + {<<"grisp_tools">>, <<"F144D119F5E87BE0EAEC92BDD79F3DB8801D2BD96D2EC5C4713F14A8CFC699EE">>}, {<<"hackney">>, <<"A4ECDAFF44297E9B5894AE499E9A070EA1888C84AFDD1FD9B7B2BC384950128E">>}, {<<"idna">>, <<"92376EB7894412ED19AC475E4A86F7B413C1B9FBB5BD16DCCD57934157944CEA">>}, {<<"mapz">>, <<"861A878A86AB7E5897A9B57B3CA0B188FB53CE2935B153872C61F6641E709AA8">>}, diff --git a/src/rebar3_grisp.app.src b/src/rebar3_grisp.app.src index 7fb1f1b..6fb9e3e 100644 --- a/src/rebar3_grisp.app.src +++ b/src/rebar3_grisp.app.src @@ -1,6 +1,6 @@ {application, rebar3_grisp, [ {description, "Rebar plugin for GRiSP"}, - {vsn, "2.2.1"}, + {vsn, "2.2.2"}, {registered, []}, {applications, [ kernel,