Skip to content

Commit d117076

Browse files
committed
Update versions, readme and release notes for 0.3.1
1 parent e709afe commit d117076

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ A: Probably a disk full, or permission error.
8787
Via [clojars](http://clojars.org) and
8888
[Leiningen](http://github.com/technomancy/leiningen).
8989

90-
:dependencies [clj-ssh "0.3.0"]
90+
:dependencies [clj-ssh "0.3.1"]
9191

9292
or your favourite maven repository aware tool.
9393

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.3.0
3+
Current release is 0.3.1
4+
5+
## 0.3.1
6+
7+
- Allow clj-ssh to work with a wide range of slingshot versions
8+
Tested with slingshot 0.2.0 and 0.10.1
9+
10+
- Added SSH tunneling.
411

512
## 0.3.0
613

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>clj-ssh</groupId>
55
<artifactId>clj-ssh</artifactId>
6-
<version>0.3.1-SNAPSHOT</version>
6+
<version>0.3.1</version>
77
<name>clj-ssh</name>
88
<description>
99
clj-ssh is a clojure wrapper for he jsch library, and can be used as an

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.3.1-SNAPSHOT"
1+
(defproject clj-ssh "0.3.1"
22
:description "Library for using SSH from clojure."
33
:dependencies [[org.clojure/clojure "1.2.0"]
44
[org.clojure/tools.logging "0.1.2"]

0 commit comments

Comments
 (0)