Skip to content

Commit

Permalink
v0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Jul 11, 2023
1 parent 0d080d1 commit 52ec349
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.4.3

This release is almost entirely code cleanup and improved documentation.
The only notable change is you now must use atoms or module names for the
`:name` option with daemon processes.

* Updated
* Remove registry and rely on GenServer name registration
* Excluded unused `:user_passwords` key when `:pwdfun` is used

## v0.4.2

* Fixed
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.4.2"
@version "0.4.3"
@source_url "https://github.com/nerves-project/nerves_ssh"

def project do
Expand Down

0 comments on commit 52ec349

Please sign in to comment.