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
Rubén Caro committed Oct 3, 2015
1 parent 2843373 commit 48a511d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The only purpose of these helpers is to avoid repetitive patterns seen when work

## Use

Just add `{:sshex, "1.2.0"}` to your deps on `mix.exs`.
Just add `{:sshex, "1.3.0"}` 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 @@ -79,9 +79,9 @@ To use alternative keys you should save them somewhere on disk and then set the

## Changelog

### master
### 1.3

* Support streaming
* Support streaming via `stream/3`
* Stop using global mocks (i.e. `:meck`)

### 1.2
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule SSHEx.Mixfile do

def project do
[app: :sshex,
version: "1.2.0",
version: "1.3.0",
elixir: "~> 1.0.0",
package: package,
deps: deps,
Expand Down

0 comments on commit 48a511d

Please sign in to comment.