We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c385c72 commit c462b42Copy full SHA for c462b42
CHANGELOG
@@ -1,5 +1,5 @@
1
-v0.0.4 (..)
2
------------
+v0.0.4 (26/July/2016)
+---------------------
3
4
* Add ProcessResult.duration method
5
* Support multi-line commands
@@ -28,8 +28,8 @@ v0.0.4 (..)
28
* Support input/output redirection in mish, using < and >
29
* Add json.asJson/json.fromString function
30
31
-v0.0.3 (6/July)
32
----------------
+v0.0.3 (6/July/2016)
+--------------------
33
34
* Add provenance information to stack trace entries
35
* Separate Object from Any
build.sbt
@@ -2,7 +2,7 @@ name := "mash"
organization := "com.github.mdr"
-version := "0.0.4-SNAPSHOT"
+version := "0.0.4"
6
7
maintainer := "Matt Russell <[email protected]>"
8
0 commit comments