Skip to content

Commit 9e3f28d

Browse files
committed
Updated version, release notes and readme for 0.5.4
1 parent 6bf0a8e commit 9e3f28d

File tree

3 files changed

+11
-3
lines changed

3 files changed

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

148148
or your favourite maven repository aware tool.
149149

ReleaseNotes.md

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

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+
412

513
## 0.5.3
614

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