Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby committed Feb 2, 2021
1 parent 94482f5 commit 679311a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.1.3

* New features
* New `RetryConfig` param: `worst_case_download_speed`. This makes it
possible to match the timeout to the download size and fail before `max_timeout`.
* `max_timeout` is now 24 hours to match the NervesHub download URL validity time.
Now downloads can survive multi-hour network outages without starting over.

## v0.1.2

* Bug Fixes
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.2"
@version "0.1.3"
@source_url "https://github.com/nerves-hub/nerves_hub_link_common"

def project do
Expand Down

0 comments on commit 679311a

Please sign in to comment.