From cdd98b9d6e0715fc13a62b1de3f82450cc463679 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Fri, 9 Feb 2024 11:12:47 +0100 Subject: [PATCH] update changelog, push v0.6.0 --- changelog.org | 3 +++ shell.nimble | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"