From b60f70718f8039c5c86dfc2a4680d8c1e37cbce2 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sat, 15 Aug 2020 00:28:51 +0300 Subject: [PATCH] v0.10.0 --- chronicles.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chronicles.nimble b/chronicles.nimble index 91e921b..5e1b4a1 100644 --- a/chronicles.nimble +++ b/chronicles.nimble @@ -1,7 +1,7 @@ mode = ScriptMode.Verbose packageName = "chronicles" -version = "0.9.2" +version = "0.10.0" author = "Status Research & Development GmbH" description = "A crafty implementation of structured logging for Nim" license = "Apache License 2.0"