Skip to content

Commit

Permalink
v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Jul 27, 2021
1 parent 3b93894 commit c8a00a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.3.0

No breaking changes

This bumps `:fwup` dependency to 1.0.0 which opens up new features
during the update process. The default behavior remains unchanged

* New Features
* Add support for setting fwup environment variables
* Support changing the fwup upgrade task

## 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.
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.2.0"
@version "0.3.0"
@source_url "https://github.com/nerves-hub/nerves_hub_link_common"

def project do
Expand Down

0 comments on commit c8a00a6

Please sign in to comment.