Skip to content

Commit

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

## [Unreleased]

## [2.1.0] - 2024-10-12

### Added

- Add support for update cancellation

### Changed

- Allow get_info during an update

### Fixed

- Fix bad logging format specification

## [2.0.0] - 2024-09-05

### Fixed
Expand Down Expand Up @@ -41,6 +55,7 @@ and this project adheres to

First release.

[Unreleased]: https://github.com/grisp/grisp_updater/compare/2.0.0...HEAD
[Unreleased]: https://github.com/grisp/grisp_updater/compare/2.1.0...HEAD
[2.1.0]: https://github.com/grisp/grisp_updater/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/grisp/grisp_updater/compare/1.0.0...2.0.0
[1.0.0]: https://github.com/grisp/grisp_updater/compare/5647c909d388910503e3b9395b03cc55d879e64b...1.0.0
2 changes: 1 addition & 1 deletion src/grisp_updater.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, grisp_updater, [
{description, "GRiSP Software Update Runtime"},
{vsn, "2.0.0"},
{vsn, "2.1.0"},
{registered, []},
{mod, {grisp_updater_app, []}},
{applications, [
Expand Down

0 comments on commit 3097353

Please sign in to comment.