Skip to content

Commit 2a58cf9

Browse files
committed
Updated version, release notes and readme for 0.5.7
1 parent 11f3fdc commit 2a58cf9

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Thanks to [Ryan Stradling](http://github.com/rstradling) for these.
143143
Via [clojars](http://clojars.org) and
144144
[Leiningen](http://github.com/technomancy/leiningen).
145145

146-
:dependencies [clj-ssh "0.5.6"]
146+
:dependencies [clj-ssh "0.5.7"]
147147

148148
or your favourite maven repository aware tool.
149149

ReleaseNotes.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## 0.5.7
4+
5+
- Update to jsch.agentproxy 0.0.6
6+
37
## 0.5.6
48

59
- Allow generate-keypair to write key files
@@ -12,7 +16,7 @@
1216
## 0.5.5
1317

1418
- Wrap open-channel exceptions
15-
When .openChannel throws an exception, wrap it in an ex-info exception.
19+
When .openChannel throws an exception, wrap it in an ex-info exception.
1620
This allows easier procession of the exceptions in consuming code.
1721

1822
## 0.5.4
@@ -69,7 +73,7 @@
6973

7074
- Split out clj-ssh.cli
7175

72-
clj-ssh.ssh is designed for composability and programmatic use. It takes
76+
clj-ssh.ssh is designed for composability and programmatic use. It takes
7377
map arguments for options and is fully functional.
7478

7579
clj-ssh.cli is intended to simplify repl usage. It takes variadic
@@ -81,7 +85,7 @@
8185
A boolean value is passed with :agent-forwarding to clj-ssh.ssh/ssh.
8286

8387
- Add support for system ssh-agent
84-
Support the system ssh-agent (or pageant on windows when using putty) via
88+
Support the system ssh-agent (or pageant on windows when using putty) via
8589
jsch-agent-proxy. Introduces a new agent function, clj-ssh.ssh/ssh-agent.
8690

8791
## 0.3.2

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-ssh "0.5.7-SNAPSHOT"
1+
(defproject clj-ssh "0.5.7"
22
:description "Library for using SSH from clojure."
33
:url "https://github.com/hugoduncan/clj-ssh"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)