File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Thanks to [Ryan Stradling](http://github.com/rstradling) for these.
143
143
Via [clojars](http://clojars.org ) and
144
144
[Leiningen](http://github.com/technomancy/leiningen ).
145
145
146
- :dependencies [clj-ssh " 0.5.5 " ]
146
+ :dependencies [clj-ssh " 0.5.6 " ]
147
147
148
148
or your favourite maven repository aware tool.
149
149
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- Current release is 0.5.5
3
+ ## 0.5.6
4
+
5
+ - Allow generate-keypair to write key files
6
+
7
+ - Factor out keypair generation
8
+ Simplifies add-identity by factoring out the keypair creation.
9
+
10
+ - Update to jsch 0.1.50
4
11
5
12
## 0.5.5
6
13
Original file line number Diff line number Diff line change 1
- (defproject clj-ssh " 0.5.6-SNAPSHOT "
1
+ (defproject clj-ssh " 0.5.6"
2
2
:description " Library for using SSH from clojure."
3
3
:url " https://github.com/hugoduncan/clj-ssh"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments