Skip to content

Commit

Permalink
Updated project.clj, release notes and readme for 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoduncan committed Oct 4, 2014
1 parent 459d398 commit 3722a71
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Thanks to [Ryan Stradling](http://github.com/rstradling) for these.
Via [clojars](http://clojars.org) and
[Leiningen](http://github.com/technomancy/leiningen).

:dependencies [clj-ssh "0.5.10"]
:dependencies [clj-ssh "0.5.11"]

or your favourite maven repository aware tool.

Expand Down
10 changes: 10 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.5.11

- Lock known hosts file
Try and prevent concurrent read and writes to the known hosts file.

- Fix :out :stream in the cli namespace
Caller becomes responsible for closing the session.

Closes #29

## 0.5.10

- Fix session? predicate
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(def agentproxy-version "0.0.7")

(defproject clj-ssh "0.5.11-SNAPSHOT"
(defproject clj-ssh "0.5.11"
:description "Library for using SSH from clojure."
:url "https://github.com/hugoduncan/clj-ssh"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 3722a71

Please sign in to comment.