Skip to content

Commit

Permalink
v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Jul 5, 2022
1 parent cce8d41 commit 9989fba
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.4.0

* New features
* `NervesSSH.Options` now supports a `:name` key to use when starting the
SSH daemon. This allows a user to run multiple SSH daemons on the same
device without name conflicts (thanks @SteffenDE)

* Fixed
* The SSH daemon could fail to start if the system/user directories were bad
or if the file system was not ready/mounted to support writing to disk. In
those cases, NervesSSH now attempts to write to tmpfs at
`/tmp/nerves_ssh/<original path>` to help prevent the daemon from crashing

## v0.3.0

`NervesSSH` now requires Elixir >= 1.10 and OTP >=23
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 NervesSSH.MixProject do
use Mix.Project

@version "0.3.0"
@version "0.4.0"
@source_url "https://github.com/nerves-project/nerves_ssh"

def project do
Expand Down

0 comments on commit 9989fba

Please sign in to comment.