Skip to content

Commit

Permalink
Version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendalLaurent committed Jun 21, 2024
1 parent 2697a11 commit 9ef7b6d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand All @@ -16,7 +16,7 @@
{<<"bbmustache">>, <<"0CABDCE0DB9FE6D3318131174B9F2B351328A4C0AFBEB3E6E99BB0E02E9B621D">>},
{<<"certifi">>, <<"2D1CCA2EC95F59643862AF91F001478C9863C2AC9CB6E2F89780BFD8DE987329">>},
{<<"grid">>, <<"880F3D2E5B4E9B3B93FDE2BC93F11F6CD6DE82BE886D3AF026C2D6A17C762907">>},
{<<"grisp_tools">>, <<"C543CF63A054D04144E83D24B133CF1D729ED4C64E8A4FBB6955866AB22A9656">>},
{<<"grisp_tools">>, <<"492F579EE450C7618EDB118A5BBC3F8FE00EC0073305246B80C444C1B176EE8C">>},
{<<"hackney">>, <<"D7FF544DDAE5E1CB49E9CF7FA4E356D7F41B283989A1C304BFC47A8CC1CF966F">>},
{<<"idna">>, <<"8A63070E9F7D0C62EB9D9FCB360A7DE382448200FBBD1B106CC96D3D8099DF8D">>},
{<<"mapz">>, <<"77A8E38B69BAB16C5D3EBD44E6C619F8AF1F1598B0CAAE301D266605A0865756">>},
Expand All @@ -29,7 +29,7 @@
{<<"bbmustache">>, <<"688B33A4D5CC2D51F575ADF0B3683FC40A38314A2F150906EDCFC77F5B577B3B">>},
{<<"certifi">>, <<"EE68D85DF22E554040CDB4BE100F33873AC6051387BAF6A8F6CE82272340FF1C">>},
{<<"grid">>, <<"E71751225A9DFF8C7C96551CC181C0FDD8D8C666D3C2FE44A832D6F8B7BE0013">>},
{<<"grisp_tools">>, <<"875A268EB692F82BFDEF6741AA6F929E2E9FF56E6D593A5BA5F37B71045A148D">>},
{<<"grisp_tools">>, <<"7642DE1A466B92AE70C0924605211AD126F65B0F2BFC56069FA996C5CCC78104">>},
{<<"hackney">>, <<"AF94D5C9F97857DB257090A4A10E5426ECB6F4918AA5CC666798566AE14B65FD">>},
{<<"idna">>, <<"92376EB7894412ED19AC475E4A86F7B413C1B9FBB5BD16DCCD57934157944CEA">>},
{<<"mapz">>, <<"4B68DF5CF0522E0D6545DF7B681BC052865CDB78405AD4CC9C55FE45EE7B25BE">>},
Expand Down
2 changes: 1 addition & 1 deletion src/rebar3_grisp.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, rebar3_grisp, [
{description, "Rebar plugin for GRiSP"},
{vsn, "2.6.0"},
{vsn, "2.6.1"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 9ef7b6d

Please sign in to comment.