From c6d8f076cffe29227ba83f54c20d9b2598da2bb3 Mon Sep 17 00:00:00 2001 From: Beshr Kayali Date: Fri, 2 Apr 2021 21:37:55 +0200 Subject: [PATCH] Version bump --- README.md | 3 +++ loki.nimble | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe029a0..20c88c3 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,9 @@ which can be helpful when debugging your code to see what's going on. ### Changelog +### [0.3.0] Apr 2021 +- Automatically generate TOC and help for handler commands + ### [0.2.1] Jun 2020 - Fix for handling extra args (thanks @hugosenari) diff --git a/loki.nimble b/loki.nimble index 65de733..2971cf4 100644 --- a/loki.nimble +++ b/loki.nimble @@ -1,6 +1,6 @@ # Package -version = "0.2.1" +version = "0.3.0" author = "Beshr Kayali" description = "A small library for writing cli programs in Nim." license = "Zlib"