Skip to content

Commit fa0e32f

Browse files
committed
Updated project.clj, release notes and readme for 0.5.12
1 parent ca6c79e commit fa0e32f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Thanks to [Ryan Stradling](http://github.com/rstradling) for these.
163163
Via [clojars](http://clojars.org) and
164164
[Leiningen](http://github.com/technomancy/leiningen).
165165

166-
:dependencies [clj-ssh "0.5.11"]
166+
:dependencies [clj-ssh "0.5.12"]
167167

168168
or your favourite maven repository aware tool.
169169

ReleaseNotes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.5.12
2+
3+
- Update jsch and jsch agentproxy
4+
jsch 0.1.53 agentproxy-version 0.0.9
5+
6+
- Remove extra arg to throw
7+
This makes clj-ssh compatible with Clojure 1.8, which does not allow the
8+
extra argument to throw.
9+
110
## 0.5.11
211

312
- Lock known hosts file

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(def agentproxy-version "0.0.9")
22

3-
(defproject clj-ssh "0.5.12-SNAPSHOT"
3+
(defproject clj-ssh "0.5.12"
44
:description "Library for using SSH from clojure."
55
:url "https://github.com/hugoduncan/clj-ssh"
66
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)