Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencaro committed Jan 16, 2016
1 parent 5830b31 commit a2855f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit a2855f3

Please sign in to comment.