Skip to content

Commit 5e156b5

Browse files
committed
v0.4.0 release
1 parent 07b68b3 commit 5e156b5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v0.4.0
4+
5+
This refactors SSH support to its own library so that projects not using
6+
`nerves_pack` don't have to copy/paste the SSH code. `nerves_ssh` also
7+
has several improvements to SSH support that will be easier to maintain
8+
in a standalone project.
9+
10+
This also brings in the switch from `nerves_firmware_ssh` to
11+
`ssh_subsystem_fwup` which moves firmware updates from port 8989 to an
12+
SSH subsystem on port 22. This is a breaking change for scripts that
13+
load firmware to Nerves devices via SSH. See the
14+
[`Upgrade from NervesFirmwareSSH`](https://hexdocs.pm/nerves_ssh/readme.html#upgrade-from-nervesfirmwaressh)
15+
doc for more details on how to handle this change.
16+
317
## v0.3.3
418

519
This allows `v0.9` of the `vintage_net*` libraries.

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule NervesPack.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/nerves-project/nerves_pack"
5-
@version "0.3.3"
5+
@version "0.4.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)