Skip to content

Commit 6cbb202

Browse files
committed
Updated release notes and readme for 0.3.3
1 parent 38d3558 commit 6cbb202

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ A: Probably a disk full, or permission error.
8282
Via [clojars](http://clojars.org) and
8383
[Leiningen](http://github.com/technomancy/leiningen).
8484

85-
:dependencies [clj-ssh "0.3.2"]
85+
:dependencies [clj-ssh "0.3.3"]
8686

8787
or your favourite maven repository aware tool.
8888

ReleaseNotes.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Release Notes
22

3-
Current release is 0.3.2
3+
Current release is 0.3.3
4+
5+
## 0.3.3
6+
7+
- Add a :agent-forwarding option
8+
A boolean value is passed with :agent-forwarding to clj-ssh.ssh/ssh.
9+
10+
- Add support for system ssh-agent
11+
Support the system ssh-agent (or pageant on windows when using putty) via
12+
jsch-agent-proxy. Introduces a new agent function, clj-ssh.ssh/ssh-agent.
413

514
## 0.3.2
615

0 commit comments

Comments
 (0)