Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby authored and jjcarstens committed Mar 3, 2021
1 parent 322d124 commit 943998f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.2.0

This release has an API breaking change. You're probably using this library as a result of depending on `nerves_hub_link` so these changes won't affect your application code.

* New features
* On reconnecting to a NervesHub instance, an firmware download that's in process will be reported

* Bug fixes
* Properly ignore NervesHub responses that indicate no update is available.

* API breaking change:
* `apply_update/1` now returns a `%NervesHubLinkCommon.Message.UpdateInfo{}`

## v0.1.3

* New features
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NervesHubLinkCommon.MixProject do
use Mix.Project

@version "0.1.3"
@version "0.2.0"
@source_url "https://github.com/nerves-hub/nerves_hub_link_common"

def project do
Expand Down

0 comments on commit 943998f

Please sign in to comment.