From 4e5e5e3ec28a28dc1d8a421ad43064f2ccef2571 Mon Sep 17 00:00:00 2001 From: David Krause Date: Tue, 4 Oct 2022 10:05:40 +0200 Subject: [PATCH] Signed-off-by: David Krause --- nimja.nimble | 2 +- readme.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nimja.nimble b/nimja.nimble index 28a689a..812b08c 100644 --- a/nimja.nimble +++ b/nimja.nimble @@ -1,6 +1,6 @@ # Package -version = "0.8.1" +version = "0.8.2" author = "David Krause" description = "typed and compiled template engine inspired by jinja2, twig and onionhammer/nim-templates for Nim." diff --git a/readme.md b/readme.md index 7ba361d..cf8fc24 100644 --- a/readme.md +++ b/readme.md @@ -1075,6 +1075,7 @@ nim c -d:dumpNwtMacro -r yourfile.nim # <-- dump generated Nim macros Changelog ========= +- 0.8.2 Readme fixes and tests for `break` and `continue` for the for loop - 0.8.1 Added `case` `of` and `endcase` - 0.8.0 - Breaking change!