Skip to content

Commit

Permalink
v0.4.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 8, 2020
1 parent 3440a87 commit 428cf55
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.4.6

* New features
* Added `mix upload` task for Nerves users who prefer idiomatic Elixir ways of
uploading to devices. This task has some limitations especially when
ssh needs to ask for passwords. The `mix firmware.gen.script` /
`./upload.sh` approach still exists.

## v0.4.5

* 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 Nerves.Firmware.SSH.MixProject do
use Mix.Project

@version "0.4.5"
@version "0.4.6"
@source_url "https://github.com/nerves-project/nerves_firmware_ssh"

@description "Perform over-the-air updates to Nerves devices using ssh"
Expand Down

0 comments on commit 428cf55

Please sign in to comment.