Release 2.0.9

This commit is contained in:
fasiondog 2024-05-27 16:43:39 +08:00
parent 6e3c17e833
commit b8662bf908
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
版本发布说明
=======================
2.0.9 - 2024年5月27日
-------------------------
1. fixed Parameter 中对 Block 的支持,造成 INSUM 无法参与其他指标的计算
2. Porfolio 添加对延迟系统可能出现的未来信号保护
2.0.8 - 2024年5月22日
-------------------------

View File

@ -96,7 +96,7 @@ add_rules("mode.debug", "mode.release")
if not is_plat("windows") then add_rules("mode.coverage", "mode.asan", "mode.msan", "mode.tsan", "mode.lsan") end
-- version
set_version("2.0.8", {build = "%Y%m%d%H%M"})
set_version("2.0.9", {build = "%Y%m%d%H%M"})
local level = get_config("log_level")
if is_mode("debug") then