Skip to content

Commit

Permalink
Version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sylane committed Oct 11, 2024
1 parent 2a114c1 commit bacb45e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.8.0] - 2024-10-11

### Fixed

- Fix the firmware and pack commands when a dependency is using semver.

### Changed

- Renamed the grisp firmware command argument --force-bundle/-F and the grisp
Expand Down Expand Up @@ -349,7 +355,8 @@ Modify release configuration dynamically

* Initial release.

[unreleased]: https://github.com/grisp/rebar3_grisp/compare/2.7.0...HEAD
[unreleased]: https://github.com/grisp/rebar3_grisp/compare/2.8.0...HEAD
[2.8.0]: https://github.com/grisp/rebar3_grisp/compare/2.7.0...2.8.0
[2.7.0]: https://github.com/grisp/rebar3_grisp/compare/2.6.1...2.7.0
[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
Expand Down
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{<<"edifa">>,{pkg,<<"edifa">>,<<"1.0.0">>},1},
{<<"erlexec">>,{pkg,<<"erlexec">>,<<"2.0.7">>},2},
{<<"grid">>,{pkg,<<"grid">>,<<"0.2.1">>},0},
{<<"grisp_tools">>,{pkg,<<"grisp_tools">>,<<"2.7.0">>},0},
{<<"grisp_tools">>,{pkg,<<"grisp_tools">>,<<"2.7.1">>},0},
{<<"grisp_update_packager">>,{pkg,<<"grisp_update_packager">>,<<"1.0.0">>},1},
{<<"hackney">>,{pkg,<<"hackney">>,<<"1.20.1">>},1},
{<<"idna">>,{pkg,<<"idna">>,<<"6.1.1">>},2},
Expand All @@ -25,7 +25,7 @@
{<<"edifa">>, <<"0F1A01A0C79B7135F334B3FCEEB624F0574C5ED3E4554B06C8664AADA6A339C8">>},
{<<"erlexec">>, <<"76D0BC7487929741B5BB9F74DA2AF5DAF1492134733CF9A05C7AAA278B6934C5">>},
{<<"grid">>, <<"4DCBF6155AB24131CB493D417F28093F019197ED7401F28BF82FF60E2C9B0D2C">>},
{<<"grisp_tools">>, <<"2FE6F2CDDB18D7D207CAAAF2ADEDBE0D2533163469D27DDFC5B9AF05F5E41167">>},
{<<"grisp_tools">>, <<"ED295EAE1BD6C863F349610CE02F546646810FC69591F815B2D1FB347365F202">>},
{<<"grisp_update_packager">>, <<"0532CCD0955398FAC4E1DE90FE85DB941CA609A2F4E066CFFE01ECE41DCCE119">>},
{<<"hackney">>, <<"8D97AEC62DDDDD757D128BFD1DF6C5861093419F8F7A4223823537BAD5D064E2">>},
{<<"idna">>, <<"8A63070E9F7D0C62EB9D9FCB360A7DE382448200FBBD1B106CC96D3D8099DF8D">>},
Expand All @@ -45,7 +45,7 @@
{<<"edifa">>, <<"A1E010561E7D236A24C668D95626BE2BFE082ED0331CE1E6798BE0CD43F59A7B">>},
{<<"erlexec">>, <<"AF2DD940BB8E32F5AA40A65CB455DCAA18F5334FD3507E9BFD14A021E9630897">>},
{<<"grid">>, <<"C8EA819A0E40631BECE3149FBA7D306DF6CF8BC35358089878F05B20E6D87D4C">>},
{<<"grisp_tools">>, <<"7B40D67BF53B950C323E92DC8860252052D776A527FC2F4CC9DBEDDF0CFFE949">>},
{<<"grisp_tools">>, <<"FAD767920489AE69A64F9C5D2C8FE36E66DA646BA5CB587C627D62F268BCFC19">>},
{<<"grisp_update_packager">>, <<"47BFDF6FADBED4B8342205A812198CF913E0223A98A775CAAE5D2FB5D5CF751C">>},
{<<"hackney">>, <<"FE9094E5F1A2A2C0A7D10918FEE36BFEC0EC2A979994CFF8CFE8058CD9AF38E3">>},
{<<"idna">>, <<"92376EB7894412ED19AC475E4A86F7B413C1B9FBB5BD16DCCD57934157944CEA">>},
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.7.0"},
{vsn, "2.8.0"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit bacb45e

Please sign in to comment.