diff --git a/Changelog.txt b/Changelog.txt index 92a01d2..c1e4c21 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,10 @@ Changelog LuaPreprocess +v1.13.2 (2021-05-30) +Command line program: +- Fixed internal error when reporting a user error. + v1.13.1 (2021-05-16) Library: - Dual code now supports multiple assignment targets: !!x, y = ... diff --git a/preprocess.lua b/preprocess.lua index 9b8fc1b..89c6518 100644 --- a/preprocess.lua +++ b/preprocess.lua @@ -118,7 +118,7 @@ -local PP_VERSION = "1.13.1" +local PP_VERSION = "1.13.2" local MAX_DUPLICATE_FILE_INSERTS = 1000 -- @Incomplete: Make this a parameter for processFile()/processString().