Skip to content

Commit 1b5a9d8

Browse files
committed
Updated release notes and readme for 0.4.0
1 parent 772d715 commit 1b5a9d8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

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

108-
:dependencies [clj-ssh "0.4.0-SNAPSHOT"]
108+
:dependencies [clj-ssh "0.4.0"]
109109

110110
or your favourite maven repository aware tool.
111111

ReleaseNotes.md

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

3-
Current release is 0.3.3
3+
Current release is 0.4.0
4+
5+
## 0.4.0
6+
7+
- Split out clj-ssh.cli
8+
9+
clj-ssh.ssh is designed for composability and programmatic use. It takes
10+
map arguments for options and is fully functional.
11+
12+
clj-ssh.cli is intended to simplify repl usage. It takes variadic
13+
arguments for options and uses dynamic vars to provide defaults.
414

515
## 0.3.3
616

0 commit comments

Comments
 (0)