File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-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.4 " ]
146
+ :dependencies [clj-ssh " 0.5.5 " ]
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.4
3
+ Current release is 0.5.5
4
+
5
+ ## 0.5.5
6
+
7
+ - Wrap open-channel exceptions
8
+ When .openChannel throws an exception, wrap it in an ex-info exception.
9
+ This allows easier procession of the exceptions in consuming code.
4
10
5
11
## 0.5.4
6
12
Original file line number Diff line number Diff line change 1
- (defproject clj-ssh " 0.5.5-SNAPSHOT "
1
+ (defproject clj-ssh " 0.5.5"
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