Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sylane committed Oct 12, 2024
1 parent b76330d commit 14b9350
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@ and this project adheres to

## [Unreleased]

## [0.2.0] - 2024-10-12

### Added

- Add support for update cancellation

## [0.1.0] - 2024-09-05

First release.

[Unreleased]: https://github.com/grisp/grisp_updater_grisp2/compare/0.1.0...HEAD
[Unreleased]: https://github.com/grisp/grisp_updater_grisp2/compare/0.2.0...HEAD
[0.2.0]: https://github.com/grisp/grisp_updater_grisp2/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/grisp/grisp_updater_grisp2/compare/92611abdbcd109e13a75cab4421469ff2f93d841...0.1.0
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
]}.

{relx, [
{release, {grisp_updater_grisp2, "0.1.0"}, [grisp_updater_grisp2]}
{release, {grisp_updater_grisp2, "0.2.0"}, [grisp_updater_grisp2]}
]}.

{profiles, [
Expand Down
12 changes: 6 additions & 6 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{"1.2.0",
[{<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.7.3">>},1},
{<<"grisp">>,{pkg,<<"grisp">>,<<"2.6.0">>},0},
{<<"grisp">>,{pkg,<<"grisp">>,<<"2.7.0">>},0},
{<<"grisp_cryptoauth">>,{pkg,<<"grisp_cryptoauth">>,<<"2.4.0">>},0},
{<<"grisp_updater">>,{pkg,<<"grisp_updater">>,<<"2.0.0">>},0},
{<<"grisp_updater">>,{pkg,<<"grisp_updater">>,<<"2.1.0">>},0},
{<<"gun">>,{pkg,<<"gun">>,<<"1.3.3">>},0},
{<<"mapz">>,{pkg,<<"mapz">>,<<"2.4.0">>},1},
{<<"quickrand">>,{pkg,<<"quickrand">>,<<"2.0.7">>},2},
Expand All @@ -11,19 +11,19 @@
[
{pkg_hash,[
{<<"cowlib">>, <<"A7FFCD0917E6D50B4D5FB28E9E2085A0CEB3C97DEA310505F7460FF5ED764CE9">>},
{<<"grisp">>, <<"9B6521555B15D54D232160B6AA843CB9D09555EF4EB9991C6C367A38D6DCAEA2">>},
{<<"grisp">>, <<"66EC41E78738A7772F661B2B04102177C3CA26FEA8C049EABCA8BD0CCD0C721B">>},
{<<"grisp_cryptoauth">>, <<"60773DFCB597893A1E98BFE2974A74C277D9FF6CE16BD918BFD906D43AAB86C0">>},
{<<"grisp_updater">>, <<"5E785D110F94514203B676FEC1666298F3946500194F7586578B457C11C08A27">>},
{<<"grisp_updater">>, <<"9D826A1EA6EA72F084780CD28DCC3421B90256BDEF73FE53451ECE135CEE57AD">>},
{<<"gun">>, <<"CF8B51BEB36C22B9C8DF1921E3F2BC4D2B1F68B49AD4FBC64E91875AA14E16B4">>},
{<<"mapz">>, <<"77A8E38B69BAB16C5D3EBD44E6C619F8AF1F1598B0CAAE301D266605A0865756">>},
{<<"quickrand">>, <<"D2BD76676A446E6A058D678444B7FDA1387B813710D1AF6D6E29BB92186C8820">>},
{<<"termseal">>, <<"C9D93D4FF638EE99F9377D3438FC7AD132D2901EBBAF10C54F8DEA1D7E24D61C">>},
{<<"uuid">>, <<"B2078D2CC814F53AFA52D36C91E08962C7E7373585C623F4C0EA6DFB04B2AF94">>}]},
{pkg_hash_ext,[
{<<"cowlib">>, <<"1E1A3D176D52DAEBBECBBCDFD27C27726076567905C2A9D7398C54DA9D225761">>},
{<<"grisp">>, <<"71E9DDEF2236F731C0F9998E07AB9B4F0F657C774552555B7572EA9F47711405">>},
{<<"grisp">>, <<"4895B22DAA820B7671923FC137163E4F39A59A97005E2E48F1B9FE38E39069E0">>},
{<<"grisp_cryptoauth">>, <<"D9BD51BC877986404FCF6DB1E3DF196C919BD6F55398FA03262D1C4323410AB9">>},
{<<"grisp_updater">>, <<"386EF73F840226176D9DFCD61133377DAA67D43876951297BB146D3B5B9286D1">>},
{<<"grisp_updater">>, <<"C092090DB0CC6D82432732BD9536D63C2DA7C4AF477EFC2EE3FACABC15F8528F">>},
{<<"gun">>, <<"3106CE167F9C9723F849E4FB54EA4A4D814E3996AE243A1C828B256E749041E0">>},
{<<"mapz">>, <<"4B68DF5CF0522E0D6545DF7B681BC052865CDB78405AD4CC9C55FE45EE7B25BE">>},
{<<"quickrand">>, <<"B8ACBF89A224BC217C3070CA8BEBC6EB236DBE7F9767993B274084EA044D35F0">>},
Expand Down
2 changes: 1 addition & 1 deletion src/grisp_updater_grisp2.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, grisp_updater_grisp2, [
{description, "GRiSP Software Update for GRiSP2 boards"},
{vsn, "0.1.0"},
{vsn, "0.2.0"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 14b9350

Please sign in to comment.