File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-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.3 " ]
146
+ :dependencies [clj-ssh " 0.5.4 " ]
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.3
3
+ Current release is 0.5.4
4
+
5
+ ## 0.5.4
6
+
7
+ - Ensure literal keys get a non-blank comment
8
+ When adding a literal key, use "Added by clj-ssh" as the comment.
9
+
10
+ - Ensure literal key strings are handled correctly
11
+
4
12
5
13
## 0.5.3
6
14
Original file line number Diff line number Diff line change 1
- (defproject clj-ssh " 0.5.4-SNAPSHOT "
1
+ (defproject clj-ssh " 0.5.4"
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