We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b734a8c commit da1478bCopy full SHA for da1478b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## v0.2.2
11
12
* Improvements
mix.exs
@@ -1,7 +1,7 @@
defmodule NervesSSH.MixProject do
use Mix.Project
- @version "0.2.2"
+ @version "0.2.3"
@source_url "https://github.com/nerves-project/nerves_ssh"
def project do
0 commit comments