Added help.json to installation folder.
h3rald h3rald@h3rald.com
Sat, 06 Feb 2021 21:21:09 +0000
2 files changed,
5 insertions(+),
1 deletions(-)
M
min.nimble
→
min.nimble
@@ -8,7 +8,7 @@ author = pkgAuthor
description = pkgDescription license = "MIT" bin = @[pkgName] -installFiles = @["min.yml", "min.nim", "prelude.min"] +installFiles = @["min.yml", "min.nim", "prelude.min", "help.json"] installDirs = @["minpkg"] # Dependencies
M
next-release.md
→
next-release.md
@@ -1,3 +1,7 @@
+### Fixes + +* Now adding **help.json** to installation folder when installing via nimble. + ### New Features * The symbol **type?** is now able to check if a value satisfies a type expression, not only a simple type (#144). Note however that it is now necessary to prepend dictionary types with `dict:` (as in type expressions).