From 9ef7b6da7e68ae4b803e596460596f038d7a6c07 Mon Sep 17 00:00:00 2001 From: GwendalLaurent Date: Fri, 21 Jun 2024 11:39:28 +0200 Subject: [PATCH] Version 2.6.1 --- CHANGELOG.md | 8 +++++++- rebar.lock | 6 +++--- src/rebar3_grisp.app.src | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a46b5a..a413b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.1] - 2024-06-21 +### Changed +- Adapation to the new format of the prompt provided by `grisp_tools_configure:settings/0`: [#81](https://github.com/grisp/rebar3_grisp/pull/81) +- User input are now asked using events for `configure` task: [#81](https://github.com/grisp/rebar3_grisp/pull/81) + ## [2.6.0] - 2024-05-07 ### Added @@ -317,7 +322,8 @@ Modify release configuration dynamically * Initial release. -[unreleased]: https://github.com/grisp/rebar3_grisp/compare/2.6.0...HEAD +[unreleased]: https://github.com/grisp/rebar3_grisp/compare/2.6.1...HEAD +[2.6.1]: https://github.com/grisp/rebar3_grisp/compare/2.6.0...2.6.1 [2.6.0]: https://github.com/grisp/rebar3_grisp/compare/2.5.0...2.6.0 [2.5.0]: https://github.com/grisp/rebar3_grisp/compare/2.4.0...2.5.0 [2.4.0]: https://github.com/grisp/rebar3_grisp/compare/2.3.0...2.4.0 diff --git a/rebar.lock b/rebar.lock index 5a12c67..c11800f 100644 --- a/rebar.lock +++ b/rebar.lock @@ -2,7 +2,7 @@ [{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.12.2">>},1}, {<<"certifi">>,{pkg,<<"certifi">>,<<"2.12.0">>},2}, {<<"grid">>,{pkg,<<"grid">>,<<"0.1.0">>},0}, - {<<"grisp_tools">>,{pkg,<<"grisp_tools">>,<<"2.6.0">>},0}, + {<<"grisp_tools">>,{pkg,<<"grisp_tools">>,<<"2.6.1">>},0}, {<<"hackney">>,{pkg,<<"hackney">>,<<"1.18.2">>},1}, {<<"idna">>,{pkg,<<"idna">>,<<"6.1.1">>},2}, {<<"mapz">>,{pkg,<<"mapz">>,<<"2.4.0">>},1}, @@ -16,7 +16,7 @@ {<<"bbmustache">>, <<"0CABDCE0DB9FE6D3318131174B9F2B351328A4C0AFBEB3E6E99BB0E02E9B621D">>}, {<<"certifi">>, <<"2D1CCA2EC95F59643862AF91F001478C9863C2AC9CB6E2F89780BFD8DE987329">>}, {<<"grid">>, <<"880F3D2E5B4E9B3B93FDE2BC93F11F6CD6DE82BE886D3AF026C2D6A17C762907">>}, - {<<"grisp_tools">>, <<"C543CF63A054D04144E83D24B133CF1D729ED4C64E8A4FBB6955866AB22A9656">>}, + {<<"grisp_tools">>, <<"492F579EE450C7618EDB118A5BBC3F8FE00EC0073305246B80C444C1B176EE8C">>}, {<<"hackney">>, <<"D7FF544DDAE5E1CB49E9CF7FA4E356D7F41B283989A1C304BFC47A8CC1CF966F">>}, {<<"idna">>, <<"8A63070E9F7D0C62EB9D9FCB360A7DE382448200FBBD1B106CC96D3D8099DF8D">>}, {<<"mapz">>, <<"77A8E38B69BAB16C5D3EBD44E6C619F8AF1F1598B0CAAE301D266605A0865756">>}, @@ -29,7 +29,7 @@ {<<"bbmustache">>, <<"688B33A4D5CC2D51F575ADF0B3683FC40A38314A2F150906EDCFC77F5B577B3B">>}, {<<"certifi">>, <<"EE68D85DF22E554040CDB4BE100F33873AC6051387BAF6A8F6CE82272340FF1C">>}, {<<"grid">>, <<"E71751225A9DFF8C7C96551CC181C0FDD8D8C666D3C2FE44A832D6F8B7BE0013">>}, - {<<"grisp_tools">>, <<"875A268EB692F82BFDEF6741AA6F929E2E9FF56E6D593A5BA5F37B71045A148D">>}, + {<<"grisp_tools">>, <<"7642DE1A466B92AE70C0924605211AD126F65B0F2BFC56069FA996C5CCC78104">>}, {<<"hackney">>, <<"AF94D5C9F97857DB257090A4A10E5426ECB6F4918AA5CC666798566AE14B65FD">>}, {<<"idna">>, <<"92376EB7894412ED19AC475E4A86F7B413C1B9FBB5BD16DCCD57934157944CEA">>}, {<<"mapz">>, <<"4B68DF5CF0522E0D6545DF7B681BC052865CDB78405AD4CC9C55FE45EE7B25BE">>}, diff --git a/src/rebar3_grisp.app.src b/src/rebar3_grisp.app.src index 3114ec7..0295962 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.6.0"}, + {vsn, "2.6.1"}, {registered, []}, {applications, [ kernel,