From a2855f38590ae6de6c185349b9bdf77822629e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Caro?= Date: Sat, 16 Jan 2016 16:53:03 +0100 Subject: [PATCH] Version bump --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 856257a..c384fd4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The only purpose of these helpers is to avoid repetitive patterns seen when work ## Use -Just add `{:sshex, "2.0.0"}` to your deps on `mix.exs`. +Just add `{:sshex, "2.0.1"}` to your deps on `mix.exs`. Then assuming `:ssh` application is already started (hence it is listed on deps), you should acquire an SSH connection using `:ssh.connect/4` like this: @@ -74,7 +74,7 @@ To use alternative keys you should save them somewhere on disk and then set the ## Changelog -### master +### 2.0.1 * Avoid some Elixir 1.2.0 warnings * Adjust the SSH flow control window to handle long outputs (fixes #4).