Skip to content

Commit 4b48ce3

Browse files
committed
Updated version, release notes and readme for 0.4.4
1 parent 70bf233 commit 4b48ce3

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
@@ -133,7 +133,7 @@ A: Probably a disk full, or permission error.
133133
Via [clojars](http://clojars.org) and
134134
[Leiningen](http://github.com/technomancy/leiningen).
135135

136-
:dependencies [clj-ssh "0.4.3"]
136+
:dependencies [clj-ssh "0.4.4"]
137137

138138
or your favourite maven repository aware tool.
139139

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.4.3
3+
Current release is 0.4.4
4+
5+
## 0.4.4
6+
7+
- Make ssh key test more robust
8+
The add-identity-test ssh-agent case was failing for no apparent reason.
9+
10+
- Remove some reflection warnings
411

512
## 0.4.3
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.4.4-SNAPSHOT"
1+
(defproject clj-ssh "0.4.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)