Skip to content

Commit

Permalink
Signed-off-by: David Krause <enthus1ast@users.noreply.github.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
enthus1ast committed Oct 4, 2022
1 parent 4483e93 commit 4e5e5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nimja.nimble
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 4e5e5e3

Please # to comment.