Skip to content

Commit ecde971

Browse files
committed
Updated version, release notes and readme for 0.5.6
1 parent 75c8a6d commit ecde971

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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.5"]
146+
:dependencies [clj-ssh "0.5.6"]
147147

148148
or your favourite maven repository aware tool.
149149

ReleaseNotes.md

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

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
411

512
## 0.5.5
613

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.6-SNAPSHOT"
1+
(defproject clj-ssh "0.5.6"
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)