diff --git a/changelog.org b/changelog.org index 6d44b53..e081df6 100644 --- a/changelog.org +++ b/changelog.org @@ -1,3 +1,6 @@ +* v0.6.0 +- print process ID for the spawned process by default. Can be disabled + by compiling with ~-d:PrintPid=false~. * v0.5.2 - add preliminary support for ~shell~ in macros (i.e. in ~nimvm~ contexts) * v0.5.1 diff --git a/shell.nimble b/shell.nimble index 1d8dae8..5ee7627 100644 --- a/shell.nimble +++ b/shell.nimble @@ -1,6 +1,6 @@ # Package -version = "0.5.2" +version = "0.6.0" author = "Vindaar" description = "A Nim mini DSL to execute shell commands" license = "MIT"