Skip to content

Commit da1478b

Browse files
committed
v0.2.3 release
1 parent b734a8c commit da1478b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.2.3
4+
5+
* New features
6+
* Initial support for using `scp` to copy files. Not all `scp` features work,
7+
but uploading and downloading individual files does. Thanks to Connor Rigby
8+
and Binary Noggin for this feature.
9+
310
## v0.2.2
411

512
* Improvements

mix.exs

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

4-
@version "0.2.2"
4+
@version "0.2.3"
55
@source_url "https://github.com/nerves-project/nerves_ssh"
66

77
def project do

0 commit comments

Comments
 (0)